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:-
Comments
Post a Comment