For arranging your list items in same way as they were arranged in dictionary which tag you will use?
a) <li>
b) <ol>
c) <dl>
d) <ul>
How can you make a bulleted list?
a) <ol>
b) <ul>
c) <nl>
d) <list>
Which of the following attributes are used in unordered list?
a) type
b) start
c) value
d) all of these
For uniquely identifying an elements name which attribute is used?
a) id
b) class
c) header
d) none of these
Which of the following tag is used for creating definition list?
a) <UL>
b) <DL>
c) <OL>
d) <LI>
Which of the following tag is used for definition description?
a) <DD>
b) <DL>
c) <OL>
d) <UL>
Explanation: