Day1-Exercise-7(To demostrate subscript,superscript,emphasize,small,mark and del,ins)
<!To demostrate subscript,superscript,emphasize,small,mark and del,ins>
<html>
<body style=background-color:powderblue>
<p style=color:red ><b>welcome to first paragraph<b></p>
<p style=color:blue><i>welcome to second paragraph<i></p>
<p style=color:green><sub>welcome </sub></p>
<p style=font-size:50px><sup>Fontsize 50</sup></p>
<p style=font-size:100px>fontsize 100</p>
<p style=font-size:120px>fontsize 120</p>
<p><sub>subscript</sub><sup>superscript</sup>
<p><em>emphasized</em></P>
<h2>html<small>small</small>Formatting</h2>
<h2>html<mark>marked</mark>Formatting</h2>
<p>My favorite color is <del>blue</del>
<p>my favorite <ins>color</ins>is red</p>
</body>
</html>
<html>
<body style=background-color:powderblue>
<p style=color:red ><b>welcome to first paragraph<b></p>
<p style=color:blue><i>welcome to second paragraph<i></p>
<p style=color:green><sub>welcome </sub></p>
<p style=font-size:50px><sup>Fontsize 50</sup></p>
<p style=font-size:100px>fontsize 100</p>
<p style=font-size:120px>fontsize 120</p>
<p><sub>subscript</sub><sup>superscript</sup>
<p><em>emphasized</em></P>
<h2>html<small>small</small>Formatting</h2>
<h2>html<mark>marked</mark>Formatting</h2>
<p>My favorite color is <del>blue</del>
<p>my favorite <ins>color</ins>is red</p>
</body>
</html>
Comments
Post a Comment