Above HTML Page uses different formatting tags by using font tag and attribute of font tag.
Following are the code to create above format.
<html>
<head><title></title></head>
<body>
<u><b><font color="Red"><h1>Rohan</h1></font>
<font color="yellow"><h2>Sohan</h2></font>
<font color="Pink"><h3>Pinky</h3></font>
<font color="blue"><h4>Sita</h4></font>
<font color="Green"><h5>Rita</h5></font>
</u></b>
</body>
</html>
No comments:
Post a Comment