We have to use many formatting tag to format the webpage. Some example is given below of the formatting tag to understand easily
- At first we have to open the notepad
- type the code
- save the file in any name. e.g(formatting_tag.html)
<html>
<body>
<p><b>this text is bold</b></p>
<p><big>this text is big</big></p>
<p><em>this text is emphasized</em></p>
<p><i>this text is italic</i></p>
<p><small>this text is small</small></p>
<p><strong>this text is STRONG</strong></p>
<p>This is<sub> subscript</sub> and <sup> superscript </sup></p>
</html>
</body>
The output of the formatting tag
No comments:
Post a Comment