Which of the following attributes are used in ordered list?
a) type
b) start
c) value
d) all of these
A list of items in which each item is marked with symbol?
a) ordered list
b) unordered list
c) definition list
d) all of these
Which of the following tag is used to create unordered list?
a) <ul>
b) <ol>
c) <li>
d) none of these
What are the types of unordered or bulleted list in HTML?
a) disc, circle, square
b) disc, square, triangle
c) polygon, triangle, circle
d) all of these
Which element was designed for creating multicolumn directory lists?
a) <ol>
b) <ul>
c) <dir>
d) <menu>
In order to start a list from 10, what attribute should be added in the opening tag of ordered list?
a) start=”10”
b) begin=”10”
c) style=”start:10”
d) style=”begin:10”