How can you improve keyboard navigation for users who cannot use a mouse?
Ensuring all interactive elements are reachable by using the 'Tab' key
Disabling all JavaScript functionality on the website
Using Flash animations for all interactive elements
Using images for all text on the page
What is the primary benefit of using HTML5 semantic layout elements?
Faster page loading times
Enhanced code readability and SEO
Improved website styling
Smaller file sizes
Who is credited with creating HTML?
Tim Berners-Lee
Linus Torvalds
Brendan Eich
James Gosling
Where does the metadata about an HTML document go?
Which HTML tag is used to create a form?
What is the correct HTML for creating a nested list item?
How do you create an ordered list in HTML?
What is the range of values for the Red, Green, and Blue components in an RGB color code?
0 to 100
-1 to 1
0 to 1
0 to 255
What is the correct way to bold text in HTML?
All of the above
In HTML, tags are enclosed within which characters?
< >
{ }
[ ]
( )