Web Design Lesson 006 – Text Level Semantics Elements

HTML defines special elements for formatting text in different ways.

Here are the start tags of some of the elements. Each of these have an end tag and the formats of any content between the start and end tags will change accordingly. Different styles can also be specified for each of these elements by the programmer using the CSS methods .

<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Small text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text

Leave a Reply

Your email address will not be published. Required fields are marked *