Where does the metadata about an HTML document go?
What does the 'alt' attribute provide for an image in HTML?
Image dimensions
Alternative text if the image fails to load
Copyright information
Image file format
Which HTML tag is used to define the structure of an HTML document?
How can you use comments to debug HTML code?
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.
Comments directly interact with browser developer tools for debugging.
In HTML, tags are enclosed within which characters?
[ ]
< >
{ }
( )
Which of the following is NOT a valid reason to use comments in HTML?
Temporarily disable specific HTML code.
Improve search engine optimization (SEO).
Provide notes for future developers.
Explain complex code sections.
Which file format is NOT commonly used for favicons?
.png
.ico
.jpg
.txt
Which of the following is NOT a valid form method attribute value?
GET
PUT
SUBMIT
POST
Which of the following is the correct HTML entity for the less than sign (<)?
"
&
<
>
Is it a good practice to use comments for minifying HTML code?
Minification tools automatically use comments to optimize code.
No, comments are typically removed during minification.
Yes, comments are essential for minification.
Comments have no impact on the minification process.