What is the correct HTML for adding an image?
<img>image.jpg</img>
Which tag is used to embed an image in an HTML document?
What is the purpose of the <article> tag in semantic HTML?
To define content that is tangentially related to the main content.
To define the main content area of a webpage.
To define a self-contained piece of content, like a blog post or news article.
To define a section of the page that contains introductory content.
What symbols are used to denote a comment in HTML?
<comment> </comment>
/* */
//
What is the purpose of the 'action' attribute in a form tag?
Specifies the scripting language for form validation
Specifies the styling of the form
Specifies where to display the form data
Specifies where to submit the form data
How do you create a nested list in HTML?
Use the 'nested' attribute.
Nest lists using CSS.
It's not possible to create nested lists in HTML.
Place a list inside another list's tags.
What does the <td> tag represent in an HTML table?
<td>
Table header
Table row
Table data cell
Table caption
Which of the following is NOT a semantic layout element introduced in HTML5?
Which attribute is used to merge rows vertically in an HTML table?
rowspan
colspan
vmerge
cellmerge
Which attribute is used to specify the URL of a linked resource?
src
link
url
href