You are on page 1of 2

ASSINGMENT NO:9

PROBLEM STATEMENT: A html document using the


following elements:
<b>,<strong>,<i>,<em>,<small>,<mark>
HTML CODE:-

<HTML>

<BODY>

<P><b>This text is bold</b></p>

<P><strong>this text is strong,</strong><p>

<p><i>This text is italic,</i></p.

<P><em>This text is emphasized,</em></p>

<P><small>Small</small></p>

<P><mark>Marked</mark></p>

<P>This is<sub>subscripted</sub>text,</p>

<P>This is<sup>supercripted</sup>text,</p>

</HTML>

</BODY>
Output:-

You might also like