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
Which of the following is used to write HTML commands?
a) text editor
b) web browser
c) both a & b
d) none of these
Which of the following is used to test HTML commands?
a) text editor
b) web browser
c) both a & b
d) none of these
How many sections are in HTML document?
a) one
b) two
c) three
d) four
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
How many heading tags are predefined in HTML?
a) four
b) five
c) six
d) seven
Explanation: <H1>, <H2>, <H3>, <H4>, <H5>, <H6>