HTML MCQs with answers Tags in HTML HTML multiple choice questions and answers HTML objective Questions and answers

1. What does HTML stands for ?






Answer : C) Hyper Text Markup Language

2. Choose the correct HTML element for the largest heading ?






Answer : A) < h1 >

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






Answer : D) < br >

4. What is the correct HTML for creating a hyperlink ?






Answer : A) < a href=“https://ict-computer-education.blogspot.com/” > Computer Education < /a >

5. How can you make a numbered list ?






Answer : C) < ol >

6. What is the correct HTML for making a checkbox ?






Answer : B) < input type=“checkbox” >

7. What is the correct HTML for making a drop-down list ?






Answer : D) < select >

8. What is the correct HTML for inserting an image ?






Answer : B) < img src=“image.gif” alt=“MyImage” >

9. The HTML < canvas > element is used to ?






Answer : C) Draw graphics

10. Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed ?






Answer : A) alt



Download PDF file of Above MCQs :