HTML Online Quiz Following quiz provides Multiple Choice Questions (MCQs) related to HTML. You will have to read all the given answers and click on view answer option.
These HTML online test quizzes on web development html have answers available with pdf, which is very useful in interview and also in HTML subject exam.
Return to Programming Language Quiz List
1. HTML stands for?
A. Hyper Text Markup Language
B. Hyper Tabular Markup Language
C. High Text Markup Language
D. None of these
2. Which of the following tag is used to mark a beginning of paragraph ?
A. <P>
B. <TD>
C. <TR>
D. <br>
3. HTML is subset of?
A. SGML
B. SGMD
C. SGMH
D. None of above
4. Which program need to write HTML?
A. Graphic Editor
B. Development Suit
C. Any Text Editor
D. All of above
5. HTML documents are saved in?
A. Special binary format
B. ASCII text
C. Machine language codes
D. None of above
6. The Body tag is usually used after?
A. TITLE tag
B. EM tag
C. HTML tag
D. HEAD tag
7. WYSIWYG stand for?
A. What You See Is When You Go
B. What You See Is What You Get
C. What You See Is What You Gain
D. None of above
8. What should be the first tag in any HTML document?
A. <title>
B. <head>
C. <html>
D. <document>
9. Some tags enclose the text. Those tags are known as?
A. Single tags
B. Couple tags
C. Pair tags
D. Double tags
10. A webpage displays a picture. What tag was used to display that picture?
A. <picture>
B. <src>
C. <img>
D. <image>
11. Correct HTML tag to make a text ltalic?
A. <il>
B. <i>
C. <italic>
D. <it>
12. What does vlink attribute mean?
A. visited link
B. active link
C. very good link
D. virtual link
13. There are ___ different of heading tags in HTML.
A. Six
B. Four
C. Five
D. Seven
14. <br> tag used for?
A. Long break
B. Short break
C. Line Break
D. Paragraph Break
15. Which of the following is an attribute related to font tag?
A. color
B. face
C. size
D. All of above
16. <TITLE> … </TITLE> tag must be within?
A. Title
B. Body
C. Form
D. Header
17. HTML tags are used to describe document?
A. Definition
B. Content
C. Language
D. None of these
18. A Web document is broken into sections. What are the tags called that create these sections?
A. Structure tags
B. Heading tags
C. HTML tags
D. Body tags
19. What does an HTML tag do?
A. It specifies formatting and layout instructions for your web page.
B. It determines the organizational structure of your Web site.
C. It hides programming instructions from view.
D. It connects your web site to an operating environment.
20. What is the language of the Web?
A. MS Visual Basic
B. Basic
C. C++
D. HTML
21. Default font size of HTML is?
A. 2
B. 6
C. 3
D. 4
22. Title tag is nested within the ________ tag.
A. Body
B. List
C. Head
D. Table