Computer Applications
Related Questions
The numbered lists can be created by …………… tag.
<UL><OL><LI>- Both (1) and (2)
- Both (1) and (3)
- Both (2) and (3)
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. Fourth2. i. First ii. Second iii. Third iv. Fourth3. I First II Second III Third IV Fourth4. i First ii Second iii Third iv FourthIdentify which of the following type of list will create a bulleted list.
- Unordered
- Ordered
- Definition
- Numbered
In
<OL>and<UL>, the style of bullet or number is defined by …………….. .- type attribute
- style attribute
- both (1) and (2)
- None of the above