Contents

What is the smallest header in HTML by default?
a) h1                                      
b) h3
c) h5                                      
d) h6

d

Which of the following are used to add text in document?
a) body                                 
b) paragraph
c) head                                  
d) tags

b

Which of the following are examples of block-level elements in HTML?
a) <div>                                
b) <p>
c) <h1>                                 
d) all of these

d

HTML files are saved by default with the extension?
a) .html                                 
b) .h
c) .ht                                      
d) none of these

a

How to display preformatted text in HTML?
a) <pre></pre>   
b) <para></para>
c) <p></p>                           
d) <paragraph></paragraph>

a

Which of the following tag is used for paragraph?
a) <pre></pre>    
b) <para></para>
c) <p></p>                           
d) <paragraph></paragraph>

c