Contents

How many types of lists in HTML?
a) one                                    
b) two
c) three                                 
d) four

c

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

a

Which of the following tag is used to create ordered list?
a) <ul>  
b) <ol>  
c) <li>    
d) none

b

Which tag is used for List items?
a) <UL>
b) <OL>
c) <LI> 
d) all

c

What is the default item marker in unordered lists of HTML?
a) disc                                   
b) marker
c) circle                                 
d) none of these

a

Which one from the following is a block level element in HTML?
a) <div>                                
b) <span>
c) <class>                             
d) both a & b

a