Final example of all HTML elements & tags

Different Tags & Elements like bold, italic, underline, h1(biggest heading), paragraph, mark, superscript, subscript is written below:

Input:-

<html>
<body>
<p>This is normal text</p>
<p><b><i><u><h1>This is the text with<mark><q>Multiple Tags & Elements</q></mark><sup>Superscript</sup>&<sub>subscript</sub></b></i></u></h1></p>
</body>
</html>


Output:-

This is the text withMultiple Tags & ElementsSuperscript&subscript




Comments

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming