- Question: Which HTML tag is used to define the structure of a webpage?
A) <header> B) <body> C) <section> D) <div>
Answer: B) <body>
- Question: What is the correct HTML tag for inserting a line break?
A) <br> B) <break> C) <lb> D) <newline>
Answer: A) <br>
- 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
- Question: What is the correct HTML tag for creating an unordered list?
A) <list> B) <ul> C) <ol> D) <li>
Answer: B) <ul>
- Question: Which HTML tag is used to define a hyperlink?
A) <link> B) <href> C) <a> D) <hyperlink>
Answer: C) <a>
- Question: What is the correct HTML tag for making a text bold?
A) <b> B) <bold> C) <strong> D) <em>
Answer: A) <b>
- Question: Which HTML tag is used to define a table row?
A) <tr> B) <row> C) <td> D) <th>
Answer: A) <tr>
- 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
- Question: Which HTML tag is used for creating an ordered list?
A) <ol> B) <ul> C) <li> D) <list>
Answer: A) <ol>
- Question: What is the correct HTML tag for inserting a horizontal line?
A) <hr> B) <line> C) <horizontal> D) <hl>
Answer: A) <hr>
Comments