HTML MCQ – Multiple Choice Questions
HTML MCQ – Multiple Choice Questions
1-HTML stands for
(A) Hypertext Markup Language
(B) Hypertext Makeup Language
(C) Hypertext Madeup Language
(D) Hypertext Mailup Language
2-HTML is a language for documents designed to be displayed in a
(A) Operating system
(B) Web browser
(C) Database management system
(D) All of the above
3-In HTML, tags are written using
(A) ( )
(B) [ ]
(C) { }
(D) < >
4-Following tags directly introduce content into the page.
(A) <img />
(B) <input />
(C) both (A) and (B)
(D) None of the above
5-Inclusion of which of the following defines the look and layout of content?
(A) JavaScript
(B) CSS
(C) Python
(D) All of the above
6-W3C stands for
(A) World Wide Web Consortium
(B) World Wide Web Contents
(C) World Wide Web Convention
(D) None of the above
7-HTML was initially released in the year
(A) 1991
(B) 1993
(C) 1995
(D) 1997
8-Which of the following is a closing tag?
(A) <body>
(B) </body>
(C) <body/>
(D) none of the above
9-The text between ___ is the visible page content.
(A) <html> and </html>
(B) <body> and </body>
(C) <title> and </title>
(D) all of the above
10-The Document Type Declaration <!DOCTYPE html> is for
(A) HTML2
(B) HTML3
(C) HTML4
(D) HTML5
11-Following do not use an end tag.
(A) <br>
(B) <title>
(C) <body>
(D) <html>
12-Following tag is the most important (or highest level).
(A) H1
(B) H2
(C) H3
(D) H4
ANSWERS:
1-(A), 2-(B), 3-(D), 4-(C), 5-(B), 6-(A), 7-(B), 8-(B), 9-(B), 10-(D), 11-(A), 12-(A)