Create New Post

HTML MCQs - 1

  1. Question: Which HTML tag is used to define the structure of a webpage?

A) <header> B) <body> C) <section> D) <div>

Answer: B) <body>

  1. Question: What is the correct HTML tag for inserting a line break?

A) <br> B) <break> C) <lb> D) <newline>

Answer: A) <br>

  1. Question: Which HTML attribute is used to specify an alternative text for an image?

A) src B) alt C) title D) image-text

Answer: B) alt

  1. Question: What is the correct HTML tag for creating an unordered list?

A) <list> B) <ul> C) <ol> D) <li>

Answer: B) <ul>

  1. Question: Which HTML tag is used to define a hyperlink?

A) <link> B) <href> C) <a> D) <hyperlink>

Answer: C) <a>

  1. Question: What is the correct HTML tag for making a text bold?

A) <b> B) <bold> C) <strong> D) <em>

Answer: A) <b>

  1. Question: Which HTML tag is used to define a table row?

A) <tr> B) <row> C) <td> D) <th>

Answer: A) <tr>

  1. Question: What does HTML stand for?

A) Hyperlink Text Markup Language B) Hyper Transfer Markup Language C) Hyper Text Markup Language D) Hyper Tool Markup Language

Answer: C) Hyper Text Markup Language

  1. Question: Which HTML tag is used for creating an ordered list?

A) <ol> B) <ul> C) <li> D) <list>

Answer: A) <ol>

  1. Question: What is the correct HTML tag for inserting a horizontal line?

A) <hr> B) <line> C) <horizontal> D) <hl>

Answer: A) <hr>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

65929