Web Technology (Chapter - HTML) Solved MCQs (Set-1)
Web Technology (Chapter - HTML) Solved MCQs (Set-1)
Chapter: HTML
q M
c for creating Web pages
3. ----is the standard markup language
A. <html> M
B. <body>
C. <!doctype>
D. <h1>
Answer: A
4. A browser does not display the HTML tags, but uses them to determine how to
display the document
A. yes
B. no
C. can not say
D. none of these
Answer: A
5. The HTML document itself begins with -----and ends with </html>.
A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer: A
12. -------defines the most important heading. <h6> defines the least important
heading.
A. <H1>
B. <P>
C. <HR>
D. <pre>
Answer: A
13. <h1> defines the most important heading------- defines the least important
heading.
A. <H6>
B. <P>
C. <HR>
D. <pre>
Answer: A
15. The------tag defines a thematic break in an HTML page, and is most often
displayed as a horizontal rule
A. <H6>
18. ------are used to indicate exactly how specific characters are to be formatted
A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer: A
19. ------are used to indicate to the visually impaired that there is some
emphasizes on the text.
A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer: C
21. -------it is used to show the Bold text and big font
A. <b>
B. <strong>
C. <i>
D. <em>
Answer: B