Computer Applications
Write an HTML code to create the following bulleted list.
- MS Word
- MS Excel
- MS PowerPoint
- MS Access
HTML Intro
34 Likes
Answer
<HTML>
<BODY>
<UL TYPE = "CIRCLE">
<LI>MS Word</LI>
<LI>MS Excel</LI>
<LI>MS PowerPoint</LI>
<LI>MS Access</LI>
</UL>
</BODY>
</HTML>
Answered By
23 Likes
Related Questions
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 ordered list.
C. Apples D. Oranges E. Grapes
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>
Identify error(s) in the following HTML code and write the correct code.
<OL Type= "a" Start= "d">