Where does the metadata about an HTML document go?
What is the correct way to specify the color 'blue' using an HTML color name?
All of the above
What is the correct HTML for adding an image?
<img>image.jpg</img>
What is the correct HTML tag for inserting a line break?
Is it a good practice to use comments for minifying HTML code?
Yes, comments are essential for minification.
Minification tools automatically use comments to optimize code.
Comments have no impact on the minification process.
No, comments are typically removed during minification.
Which HTML tag is used to define the structure of an HTML document?
What is the function of the 'accesskey' attribute?
It specifies the language of the element's content.
It restricts access to certain parts of the webpage.
It defines a keyboard shortcut to access an element.
It provides alternative text for images.
How do you create bold text in HTML?
What is the primary benefit of using semantic HTML elements like <nav> and <article>?
<nav>
<article>
They enable interactive functionality on the page
They create visually appealing styles
They improve the website's search engine optimization (SEO)
They reduce the file size of the HTML document
Which tag is used to embed an image in an HTML document?