HTML MCQs [HTML Multiple Choice Questions and Answers]

HTML MCQ is a test designed to assess the knowledge of HTML. There are questions that are designed to test your understanding of HTML code, which is what you would use to build a website.

The questions are multiple choice and they range in difficulty from very easy to difficult. You will be asked questions about HTML tags, attributes, and values.

HTML MCQs 2025
Multiple Choice Questions and Answers

1. HTML is acronym for?

a) Hyper Transfer Makeup Language

b) Hyper Text Mark-up Language

c) Higher Text Mark-up Language

d) High Text Marker Language

Answer: -  Hyper Text Mark-up Language  

2. HTML tags are enclosed in?

a) Curly brackets

b) Square brackets

c) Double quotes

d) Angular brackets

Answer: - Angular brackets 

3.  Advantages of using HTML is that 

a) It is easier to use

b) All browsers can display the document

c) It works on all platform

d) All of the above

Answer: - All of the above 

4. Which of the following is no a container element?

a) <HR>

b) <P>

c) <OL>

d) <B>

Answer: - <HR> 

5. HTML tags are?

a) In uppercase

b) Case sensitive

c) Not case sensitive

d) In lowercase

Answer: - Not case sensitive 

6. An Example of HTML editor is?

a) Notepad

b) Microsoft Visual Studio

c) Dreamweaver

d) All of the these

Answer: - All of the these 

7. A Coded HTML command that indicates how part of a web page is displayed is called?

a) Attribute

b) Style

c) Tag

d) All of the these

Answer: - Tag 

8. The tags that require a starting as well as ending tag are called?

a) Twin element

b) Empty element

c) Container element

d) Pair element

Answer: - Container element 

9. Which of the following will produce a solid circle bullet when given as value of type with <UL>?

a) Disc

b) Square

c) Circle

d) Dots

Answer: - Disc 

10. Which types of tags are used by HTML?

a) Tags only for linking

b) Fixed tags defined by the language

c) User defined tags

d) Tags only for hypertext

Answer: - Fixed tags defined by the language 

11. You write HTML code in?

a) Word

b) Browser

c) Notepad

d) None of these

Answer: - Notepad 

12.  To create an HTML page, you need

a) Text editor

b) Web browser

c) Both (a) and (b)

d) None of these

Answer: - Text editor 

13.  Which of the following tags identifies the document as an HTML document?

a) <HEAD>

b) <BODY>

c) <P>

d) <HTML>

Answer: - <HTML> 

14. To define the basic font size which of the following tag is used?

a) Font

b) Base font

c) Size

d) All of these

Answer: - Base font 

15. Every HTML document must include the tags 

a) <HTML></HTML> & <HEAD></HEAD>

b) <HTML></HTML> & <BODY></BODY>

c) <HTML></HTML> & <TITLE></TITLE>

Answer: - <HTML></HTML> & <HEAD></HEAD> 

16. Choose the correct HTML tags to make a text italic

a) <i>

b) <ill>

c) <in>

d) <ii>

Answer: - <i> 

17. Choose the correct HTML tag for the largest heading

a) <H4>

b) <H6>

c) <H1>

d) <H2>

Answer: - <H1> 

18. The attribute used to choose the type font in HTML is?

a) Character

b) Face

c) Font-type

d) Text-type

Answer: - Face 

19. A tag is?

a) VB command

b) C++ command

c) Table command

d) HTML command

Answer: - HTML command 

20. All normal webpages consist of what two parts?

a) Top and bottom

b) Body and Frameset

c) Head and body

Answer: - Head and body 

21. Beside, <B> Another way to make text bold is what?

a) <dark>

b) <fat>

c) <foot>

d) <strong>

Answer: - <strong> 

22. The <Title> tag belongs where in your HTML?

a) Head

b) Arm

c) Body

d) Foot

Answer: - Head 

23. Which attribute is not valid for <BODY> Tag?

a) colour

b) link

c) left margin

d) background

Answer: - colour 

24. Factors that affect how an HTML document looks on the monitor do not include 

a) HTML tags

b) Operating system

c) Window size

d) Colour depth

Answer: - HTML tags

0/Post a Comment/Comments

Kindly give your valuable feedback to improve this website.