What is the purpose of using the <div> tag in HTML?
<div>
To display an image
To create a table
To create a hyperlink
To divide the page into sections
What is the purpose of the <article> tag in semantic HTML?
To define content that is tangentially related to the main content.
To define a self-contained piece of content, like a blog post or news article.
To define the main content area of a webpage.
To define a section of the page that contains introductory content.
What is the correct way to bold text in HTML?
All of the above
What is the correct HTML syntax for creating a list item within an ordered list?
<item>Item</item>
Which <meta> tag attribute is used to control the viewport settings for responsive web design?
charset
content
name
description
What is the correct HTML for adding an image?
<img>image.jpg</img>
What is the correct HTML for creating a nested list item?
How can you use comments to debug HTML code?
Comments directly interact with browser developer tools for debugging.
Comments can be used to display error messages in the browser.
You can temporarily comment out sections of code to isolate issues.
Comments can execute JavaScript code for debugging purposes.
If you want a table header cell to span two columns, what is the correct HTML code?
Which attribute is used to merge rows vertically in an HTML table?
vmerge
rowspan
colspan
cellmerge