In this article we will see 10 HTML most Important Mcq
1. What is the purpose of the <head> tag in HTML?
A. To define the main content of the webpage.
B. To define the footer of the webpage.
C. To define the metadata of the webpage.
D. To define the body of the webpage.
Answer: C
2. What is the correct HTML tag for inserting an image?
A. <image>
B. <picture>
C. <img>
D. <src>
Answer: C
3. What is the correct HTML tag for creating a hyperlink?
A. <a>
B. <link>
C. <hyperlink>
D. <url>
Answer: A
4. What is the correct HTML tag for creating a paragraph?
A. <para>
B. <text>
C. <p>
D. <paragraph>
Answer: C
5. What is the correct HTML tag for creating a list?
A. <ul>
B. <list>
C. <li>
D. <ol>
Answer: A
6. What is the purpose of the <meta> tag in HTML?
A. To define a hyperlink.
B. To define a list.
C. To define a paragraph.
D. To define metadata.
Answer: D
7. What is the correct HTML tag for creating a table?
A. <tbl>
B. <table>
C. <tr>
D. <td>
Answer: B
8. What is the correct HTML tag for creating a heading?
A. <header>
B. <h>
C. <head>
D. <heading>
Answer: B
9. What is the correct HTML tag for creating a line break?
A. <br>
B. <lb>
C. <linebreak>
D. <break>
Answer: A
10. What is the purpose of the <body> tag in HTML?
A. To define the main content of the webpage.
B. To define the footer of the webpage.
C. To define the metadata of the webpage.
D. To define the header of the webpage.
Answer: A