Advertisements
Advertisements
प्रश्न
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:
पर्याय
- First
- Second
- Third
- Fourth
- First
- Second
- Third
- Fourth
- First
- Second
- Third
- Fourth
- First
- Second
- Third
- Fourth
MCQ
रिकाम्या जागा भरा
Advertisements
उत्तर
- First
- Second
- Third
- Fourth
Explanation:
By default, an ordered list (<ol>) in HTML renders sequence numbers using standard Arabic numerals (1, 2, 3, 4) followed by a period, unless a different type attribute is specified.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
