Text Formatting Tags

<!Doctype html>
<html>
<head>
<title>Text Formatting</title>
</head>
<body>
<h1><font color=#fc0303 >ESHAA</font></h1>
<h2><font color=#f0fc03 >MADHAVI</font></h2>
<h3><font color=#03fc39 >SACHIN</font></h3>
<h4><font color=#03fcfc >SURESH</font></h4>
<h5><font color=#0f03fc >SIDDHI</font></h5>
<h6><font color=#fc03df >ASHWARSHA</font></h6>

<p>this is in a paragraph</p>

<b>To make the writing bold</b><br>
<strong>this also make the writing bold</strong>
<br>
<u>this is underlined text</u></br>
<i>this is italic </i>
<br>
<p>the <b><i><u>html </u></i></b>tag used to format text are
 called text <mark>formatting tags</mark></p>

<ins>this is ins or inserted text</ins>
<u>italic tag</u>
<br>
<p>this is text formatting tag 
and we are using <small>small</small>
 and <big>big</big> tags<p>

<del>deleted text</del></br>
<strike>strike tag has the same result as the del tag</strike>

<br>
a<sub>1</sub>+2x<sup>2</sup>+5x<sup>3</sup>
+2y<sub>z+x</sub> = 0
<br>
2<sup>10</sup>+log<sub>10</sub>5+log<sub>2</sub>(30)=0

</body>
</html>

No comments:

Post a Comment