Computer Applications
Consider the following HTML code :
<ol type='i'>
<li>First</li>
<li>Second</li>
<li>Third</li>
<li>Fourth</li>
</ol>
Choose the correct output that would be shown upon execution of the above code , from the choices given below:
1. I. First
II. Second
III. Third
IV. Fourth
2. i. First
ii. Second
iii. Third
iv. Fourth
3. I First
II Second
III Third
IV Fourth
4. i First
ii Second
iii Third
iv Fourth
Related Questions
The unnumbered lists can be created by …………… tag.
<UL><OL><LI>- Both (1) and (2)
- Both (1) and (3)
- Both (2) and (3)
The numbered lists can be created by …………… tag.
<UL><OL><LI>- Both (1) and (2)
- Both (1) and (3)
- Both (2) and (3)
We can create a numbered list using the …………… tag.
<UL><list><OL><DL>
Identify which of the following type of list will create a bulleted list.
- Unordered
- Ordered
- Definition
- Numbered