Computer Applications
Give the HTML code to display following output:

HTML Advanced Features
8 Likes
Answer
<HTML>
<HEAD>
<TITLE>Gurudev Library</TITLE>
</HEAD>
<BODY>
<B>Gurudev Library</B>
<UL type = "disc">
<LI>Academic</LI>
<OL type = "i">
<LI> CBSE Board</LI>
<LI> UP Board</LI>
</OL>
<LI>Vacancy</LI>
<UL type = "square">
<LI>UPSC</LI>
<OL type = "a">
<LI>SSC CGL</LI>
<LI> Banking</LI>
<OL type ="1">
<LI> Clerk</LI>
<LI> PO</LI>
</OL>
</OL>
</UL>
</UL>
</BODY>
</HTML>
Answered By
4 Likes
Related Questions
What is web server?
Digital divide is a huge problem to deal with. Write any three effects of digital divide.
Write an HTML code to
(i) Create a link for garden.jpg located at
D:\.(ii) Display an inline image named pencil.jpg located at C: in the center of your web page.
Write the HTML code to add Audio and Video elements in a web page.