Basic HTML Elements
•
HTML Text Formatting:
<body>
<
<
<
<
<
<
<
<
<
<
<
<
p>This is a <br>line break</p>
p>This is a <b>bold</b> text</p>
p>This is a <strong>strong</strong> text</p>
p>This is a <i>italic</i> text</p>
p>This is a <em>emphasized</em> text</p>
p>HTML <small>Small</small> Formatting</p>
p>HTML <mark>Marked</mark> Formatting</p>
p>My favorite color is <del>blue</del> red.</p>
p>My favorite <ins>color</ins> is red.</p>
p>This is <sub>subscripted</sub> text.</p>
p>This is <sup>superscripted</sup> text.</p>
pre>
this is
a
preformatted text
</pre>
</body>