Top 250+ Solved HTML MCQ Questions Answer
Q. ----elements tell the browser how to display the content
a. <html>
b. <body>
c. <!doctype>
d. <h1>
Q. ----is the standard markup language for creating Web pages
a. <html>
b. <body>
c. <!doctype>
d. <h1>
Q. A browser does not display the HTML tags, but uses them to determine how todisplay the document
a. yes
b. no
c. can not say
d. none of these
Q. The HTML document itself begins with -----and ends with </html>.
a. <html>
b. <body>
c. <!doctype>
d. <h1>
Q. The visible part of the HTML document is between----and </body>.
a. <html>
b. <body>
c. <!doctype>
d. <h1>
Q. <TAGS> tages are divided into 2 types
a. paired tag & single tag
b. meta tag &verbal tag
c. order tag & sequence tag
d. none of these.
Q. The-----declaration represents the document type, and helps browsers todisplay web pages correctly.
a. <html>
b. <body>
c. <!doctype>
d. <h1>
Q. -------defines the most important heading. <h6> defines the least importantheading.
a. <H1>
b. <P>
c. <HR>
d. <pre>
Q. <h1> defines the most important heading------- defines the least importantheading.
a. <H6>
b. <P>
c. <HR>
d. <pre>
Q. The------tag defines a thematic break in an HTML page, and is most oftendisplayed as a horizontal rule
a. <H6>
b. <P>
c. <HR>
d. <pre>