Here are some of the most common examples
Posted: Mon Jan 06, 2025 9:19 am
The H1 tag indicates the first-level heading. There is usually only one H1 heading per page.
subheadings): Subheadings of different levels of importance. There can be several subheadings of the same level on the same page
: A self-contained paragraph of text.
Used to mark a hyperlink from one page to another.
<ol> (ordered list): A list of items displayed in a particular order, usually starting with numbers or letters. A <li> ( list item ) tag contains a single item.
list of items that do not need to be displayed in any particular order. An <li> tag contains a single item.
<q> / <blockquote>: A quote from the text. Use <blockquote> for long, multi-line quotes, and <q> for shorter, single-line quotes.
<em> (emphasis): Used for text that needs to be emphasized.
<strong> (strong emphasis): Used for text that needs to be strongly emphasized.
<code> : Block of computer code.
Note: We have listed only some of the most jordan phone data common semantic HTML tags. You can use many others (like <summary>, <time>, <address>, <video>, etc.) to make your website content easier to understand. To discover other semantic HTML elements, check out Jaéthème 's list of all HTML tags .
Tips and Best Practices for Semantic HTML
Finally, we'll cover some HTML implementation tips based on common mistakes people make when using HTML semantic tags.
Do not use HTML Semantic Tags for Formatting
Even though web browsers apply styling to many semantic tags (for example, text inside an <a> tag is usually blue and underlined), this does not mean that HTML tags can be used to format your text.
In other words, just as you wouldn't use an <a> tag for "unrelated" text simply to make it blue and underlined, you shouldn't use other semantic tags for purely stylistic purposes.
Here are some typical examples of incorrect use of semantic tags:
Use <h1> to <h6> tag for text that is not a heading or subheading in order to change the font size
Use <blockquote> simply to indent text that is not a quote
Use <strong> or <em> simply to bold or italicize text that does not need to be emphasized.
For formatting, always use CSS.
subheadings): Subheadings of different levels of importance. There can be several subheadings of the same level on the same page
: A self-contained paragraph of text.
Used to mark a hyperlink from one page to another.
<ol> (ordered list): A list of items displayed in a particular order, usually starting with numbers or letters. A <li> ( list item ) tag contains a single item.
list of items that do not need to be displayed in any particular order. An <li> tag contains a single item.
<q> / <blockquote>: A quote from the text. Use <blockquote> for long, multi-line quotes, and <q> for shorter, single-line quotes.
<em> (emphasis): Used for text that needs to be emphasized.
<strong> (strong emphasis): Used for text that needs to be strongly emphasized.
<code> : Block of computer code.
Note: We have listed only some of the most jordan phone data common semantic HTML tags. You can use many others (like <summary>, <time>, <address>, <video>, etc.) to make your website content easier to understand. To discover other semantic HTML elements, check out Jaéthème 's list of all HTML tags .
Tips and Best Practices for Semantic HTML
Finally, we'll cover some HTML implementation tips based on common mistakes people make when using HTML semantic tags.
Do not use HTML Semantic Tags for Formatting
Even though web browsers apply styling to many semantic tags (for example, text inside an <a> tag is usually blue and underlined), this does not mean that HTML tags can be used to format your text.
In other words, just as you wouldn't use an <a> tag for "unrelated" text simply to make it blue and underlined, you shouldn't use other semantic tags for purely stylistic purposes.
Here are some typical examples of incorrect use of semantic tags:
Use <h1> to <h6> tag for text that is not a heading or subheading in order to change the font size
Use <blockquote> simply to indent text that is not a quote
Use <strong> or <em> simply to bold or italicize text that does not need to be emphasized.
For formatting, always use CSS.