Contents

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>

c

How can you make a bulleted list?
a) <ol>                                  
b) <ul>
c) <nl>                                   
d) <list>

b

Which of the following attributes are used in unordered list?
a) type                                  
b) start
c) value                                 
d) all of these

a

For uniquely identifying an elements name which attribute is used?
a) id                                       
b) class
c) header                                              
d) none of these

a

Which of the following tag is used for creating definition list?
a) <UL>                                
b) <DL>
c) <OL>                                
d) <LI>

b

Which of the following tag is used for definition description?
a) <DD>                                
b) <DL>
c) <OL>                                
d) <UL>

a

Explanation: