Computer Applications
Observe the following list and write the code to generate it.
- Fruits
- Mango
- Orange
- Vegetables
- Cabbage
- Capsicum
- Green Capsicum
- Yellow Capsicum
- Red Capsicum
HTML Advanced Features
8 Likes
Answer
<OL TYPE = "1">
<LI>Fruits</LI>
<OL TYPE = "1">
<LI>Mango</LI>
<LI>Orange</LI>
</OL>
<LI>Vegetables</LI>
<OL TYPE = "1">
<LI>Cabbage</LI>
<LI>Capsicum</LI>
<OL TYPE = "1">
<LI>Green Capsicum</LI>
<LI>Yellow Capsicum</LI>
<LI>Red Capsicum</LI>
</OL>
</OL>
</OL>
Answered By
5 Likes
Related Questions
What is data cell? Name the <TABLE> tag which is used to create data cell.
What do you mean by Freedom of Information?
Define cascading style sheet.
Answer the following:
(i) What is the use of dir attribute of <HTML> tag?
(ii) Write the equivalent inline CSS for the following HTML tag.
(a) <body bgcolor = "red">
(b) <img src = "garden.jpg" height = 15 width = 30>