write the html code according to the instructions given below;
1. display the teacher name by using different colour,size and face
Teacher names are
1.rashmi
2.anand
3.ritu
Answers
Answered by
4
Hey!!!
<html>
<head>
<title> Question</title>
</head>
<body>
<ol>
<li><font face = arial color = red size = 3>
Rashmi</font>
<li> <font face = Algerian color = yellow size = 4>
Anand</font>
<li> <font face = "Times New Roman" color = green size = 5>
Ritu </font>
</ol>
</body>
</html>
Hope this helps
<html>
<head>
<title> Question</title>
</head>
<body>
<ol>
<li><font face = arial color = red size = 3>
Rashmi</font>
<li> <font face = Algerian color = yellow size = 4>
Anand</font>
<li> <font face = "Times New Roman" color = green size = 5>
Ritu </font>
</ol>
</body>
</html>
Hope this helps
Similar questions