KEMBAR78
HTML MCQ Questions | PDF
0% found this document useful (0 votes)
12 views3 pages

HTML MCQ Questions

The document contains a series of multiple choice questions related to HTML, covering topics such as definitions, tags, and attributes. Each question is followed by four answer options, with the correct answer indicated. It serves as a quiz or study guide for understanding HTML basics.

Uploaded by

smritithakur299
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views3 pages

HTML MCQ Questions

The document contains a series of multiple choice questions related to HTML, covering topics such as definitions, tags, and attributes. Each question is followed by four answer options, with the correct answer indicated. It serves as a quiz or study guide for understanding HTML basics.

Uploaded by

smritithakur299
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

HTML Multiple Choice Questions

1. What does HTML stand for?

A) Hyperlinks and Text Markup Language

B) Home Tool Markup Language

C) Hyper Text Markup Language

D) Hyper Tool Multi Language

Correct Answer: C

2. Which HTML tag is used to define an internal style sheet?

A) <style>

B) <script>

C) <css>

D) <link>

Correct Answer: A

3. Which is the correct HTML element for inserting a line break?

A) <br>

B) <lb>

C) <break>

D) <line>

Correct Answer: A

4. What is the correct HTML element for the largest heading?

A) <head>

B) <h1>

C) <heading>

D) <h6>

Correct Answer: B
5. How can you make a numbered list in HTML?

A) <ul>

B) <ol>

C) <dl>

D) <list>

Correct Answer: B

6. Which tag is used to display an image in HTML?

A) <img>

B) <image>

C) <pic>

D) <src>

Correct Answer: A

7. How do you create a hyperlink in HTML?

A) <a url="http://example.com">link</a>

B) <a href="http://example.com">link</a>

C) <link href="http://example.com">link</link>

D) <href="http://example.com">link</href>

Correct Answer: B

8. Which attribute is used to provide an alternative text for an image, if the image cannot be

displayed?

A) alt

B) title

C) src

D) href

Correct Answer: A

9. What does the <div> tag define?


A) A line break

B) A section in a document

C) A table row

D) A list item

Correct Answer: B

10. Which HTML tag is used to make text bold?

A) <strong>

B) <bold>

C) <b>

D) Both A and C

Correct Answer: D

You might also like