Computer Applications
Write an HTML code to create the following ordered list.
C. Apples
D. Oranges
E. Grapes
HTML Intro
49 Likes
Answer
<HTML>
<BODY>
<OL TYPE = "A" START = "3">
<LI>Apples</LI>
<LI>Oranges</LI>
<LI>Grapes</LI>
</OL>
</BODY>
</HTML>
Answered By
28 Likes
Related Questions
Write names of two attributes each for the following tags:
<FONT>
<BODY>
Identify which of the following is a tag or an attribute:
- HR
- align
- BR
- Text
- P
- Noshade
Write an HTML code to create the following bulleted list.
- MS Word
- MS Excel
- MS PowerPoint
- MS Access
Find the errors in the following HTML code and write the correct code.
<UL Style: Square> <LI> Water Bottles <LI> Lunch Box <LI> Handkerchief </OL>