How does using semantic HTML like <header>, <footer>, <nav>, etc., benefit website development?
It enhances accessibility for users with disabilities.
All of the above.
It improves a webpage's SEO by providing context to search engines.
It makes the code easier for developers to read and understand.
Which attribute is used to specify the language of an element's content?
content-lang
language
lang
text-language
Which HTML tag is used to create a form?
Which attributes are used to specify the width and height of an image in HTML?
size and length
wide and tall
dimensions
width and height
What is the correct HTML tag for inserting a line break?
Which of the following is NOT a valid reason to use comments in HTML?
Temporarily disable specific HTML code.
Improve search engine optimization (SEO).
Explain complex code sections.
Provide notes for future developers.
Can you nest HTML comments within each other?
Yes, but only one level of nesting is allowed.
Yes, you can nest comments indefinitely.
No, nested comments are not allowed in HTML.
It depends on the browser being used.
What is the purpose of the 'title' attribute in HTML?
It specifies the title of the HTML document.
It provides additional information about an element.
It styles the background color of an element.
It defines the main heading on the page.
What color does the hexadecimal code "#008000" represent?
Blue
Yellow
Green
Red
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