Select Page
Type Selectors

Type Selectors

Selectors – Type Selectors A type selector is used to target HTML elements based on their tag names.  comment(s) Type selector targets HTML elements based on tag names. Grouping selectors avoids repeating styles for similar elements. The universal selector (*)...
Top 10 HTML5 formatting tags

Top 10 HTML5 formatting tags

Top 10 HTML5 formatting tags HTML offers a range of elements for formatting text. nanadwumor  comment(s) HTML formatting tags include : <b> – Bold text <strong> – Important text <i> – Italic text <em> – Emphasized tex...