Contents

Which of the following are required to create a web page?
a) text editor                        
b) web browser
c) both a & b                       
d) none of these

c

Which of the following is used to write HTML commands?
a) text editor                       
b) web browser
c) both a & b                       
d) none of these

a

Which of the following is used to test HTML commands?
a) text editor                        
b) web browser
c) both a & b                       
d) none of these

b

How many sections are in HTML document?
a) one                                    
b) two
c) three                                  
d) four

b

Explanation: Head Section, Body section


Which of the following tags are identifying of the document?
a) <head></head>              
b) <body></body>
c) <title></title>   
d) both a & c

d

How many heading tags are predefined in HTML?
a) four                                   
b) five
c) six                                     
d) seven

c

Explanation: <H1>, <H2>, <H3>, <H4>, <H5>, <H6>