HTML Quiz

html quiz

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

View Answer
A. Hyper Text Markup Language

2. Which of the following tag is used to mark a beginning of paragraph ?

A. <P>

B. <TD>

C. <TR>

D. <br>

View Answer
A. <P>

3. HTML is subset of?

A. SGML

B. SGMD

C. SGMH

D. None of above

View Answer
A. SGML

4. Which program need to write HTML?

A. Graphic Editor

B. Development Suit

C. Any Text Editor

D. All of above

View Answer
C. Any Text Editor

5. HTML documents are saved in?

A. Special binary format

B. ASCII text

C. Machine language codes

D. None of above

View Answer
B. ASCII text

6. The Body tag is usually used after?

A. TITLE tag

B. EM tag

C. HTML tag

D. HEAD tag

View Answer
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

View Answer
B. What You See Is What You Get

8. What should be the first tag in any HTML document?

A. <title>

B. <head>

C. <html>

D. <document>

View Answer
C. <html>

9. Some tags enclose the text. Those tags are known as?

A. Single tags

B. Couple tags

C. Pair tags

D. Double tags

View Answer
C. Pair tags

10. A webpage displays a picture. What tag was used to display that picture?

A. <picture>

B. <src>

C. <img>

D. <image>

View Answer
C. <img>

11. Correct HTML tag to make a text ltalic?

A. <il>

B. <i>

C. <italic>

D. <it>

View Answer
B. <i>

12. What does vlink attribute mean?

A. visited link

B. active link

C. very good link

D. virtual link

View Answer
A. visited link

13. There are ___ different of heading tags in HTML.

A. Six

B. Four

C. Five

D. Seven

View Answer
A. Six

14. <br> tag used for?

A. Long break

B. Short break

C. Line Break

D. Paragraph Break

View Answer
C. Line Break

15. Which of the following is an attribute related to font tag?

A. color

B. face

C. size

D. All of above

View Answer
D. All of above

16. <TITLE> … </TITLE> tag must be within?

A. Title

B. Body

C. Form

D. Header

View Answer
D. Header

17. HTML tags are used to describe document?

A. Definition

B. Content

C. Language

D. None of these

View Answer
B. Content

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

View Answer
A. Structure 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.

View Answer
A. It specifies formatting and layout instructions for your web page.

20. What is the language of the Web?

A. MS Visual Basic

B. Basic

C. C++

D. HTML

View Answer
D. HTML

21. Default font size of HTML is?

A. 2

B. 6

C. 3

D. 4

View Answer
C. 3

22. Title tag is nested within the ________ tag.

A. Body

B. List

C. Head

D. Table

View Answer
C. Head