How many types of lists in HTML?
a) one
b) two
c) three
d) four
Explanation: Ordered list, disordered list, definition list
A list of items in which each of item is marked with number…..
a) ordered list
b) disordered list
c) definition list
d) all of these
Which of the following tag is used to create ordered list?
a) <ul>
b) <ol>
c) <li>
d) none
Which tag is used for List items?
a) <UL>
b) <OL>
c) <LI>
d) all
What is the default item marker in unordered lists of HTML?
a) disc
b) marker
c) circle
d) none of these
Which one from the following is a block level element in HTML?
a) <div>
b) <span>
c) <class>
d) both a & b