What is the correct HTML tag for creating a table?
Can you nest HTML comments within each other?
Yes, you can nest comments indefinitely.
It depends on the browser being used.
Yes, but only one level of nesting is allowed.
No, nested comments are not allowed in HTML.
What is the correct HTML tag for inserting a line break?
How can you improve keyboard navigation for users who cannot use a mouse?
Ensuring all interactive elements are reachable by using the 'Tab' key
Using images for all text on the page
Using Flash animations for all interactive elements
Disabling all JavaScript functionality on the website
Which of the following is NOT a semantic layout element introduced in HTML5?
Which of the following RGBA values represents a fully opaque blue color?
rgba(0, 0, 255, 1)
rgba(0, 0, 255, 0.5)
rgba(0, 0, 255)
rgba(0, 0, 255, 0)
Which tag is used to embed an image in an HTML document?
Which HTML tag is used to define a paragraph?
None of the above
paragraph
Which of the following tags is used to indicate the start of an HTML document?
How does using semantic HTML like <header>, <footer>, <nav>, etc., benefit website development?
It improves a webpage's SEO by providing context to search engines.
It makes the code easier for developers to read and understand.
All of the above.
It enhances accessibility for users with disabilities.