Which <meta> tag attribute is used to control the viewport settings for responsive web design?
charset
content
description
name
What attribute is used to specify the URL of the linked resource in an anchor tag?
link
href
src
url
What is the correct HTML tag for an unordered list?
Where does the metadata about an HTML document go?
What is the correct HTML tag for inserting a line break?
Can you nest HTML comments within each other?
It depends on the browser being used.
No, nested comments are not allowed in HTML.
Yes, you can nest comments indefinitely.
Yes, but only one level of nesting is allowed.
What does the <td> tag represent in an HTML table?
<td>
Table header
Table data cell
Table caption
Table row
Why is the alt attribute important for images in HTML?
alt
It sets the image as a hyperlink
It specifies the image's file format
It defines the image's dimensions (width and height)
It provides alternative text if the image fails to load
Which of the following is the correct HTML entity for the less than sign (<)?
<
>
"
&
What is the correct HTML for creating a nested list item?