Computer Applications
Identify which of the following type of list will create a bulleted list.
- Unordered
- Ordered
- Definition
- Numbered
HTML Intro
1 Like
Answer
Unordered
Reason — Unordered list will create a bulleted list.
Answered By
2 Likes
Related Questions
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 FourthWe can create a numbered list using the …………… tag.
<UL><list><OL><DL>
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
Which of the following will produce a solid circle bullet when given as value of type with
<UL>?- disc
- circle
- square
- none of these