Q. Create an html5 page which will display names of your family member on separate lines in different sizes. State size of each line in its text.
HTML Code
<!DOCTYPE html>
<HTML>
<BODY>
<BODY BGCOLOR="#f1284e"><CENTER></BODY>
<FONT SIZE="1">1.AMOL </FONT><BR>
<FONT SIZE="2">2.AKASH </FONT><BR>
<FONT SIZE="3">3.MAHESH </FONT><BR>
<FONT SIZE="4">4.SACHIN </FONT><BR>
<FONT SIZE="5">5.NAREN </FONT><BR>
<FONT SIZE="6">6.OMKAR </FONT><BR>
<FONT SIZE="7">7.ROHAN </FONT><BR>
</BODY>
</HTML>
Output:
1 Comments
nice
ReplyDelete