How can you improve keyboard navigation for users who cannot use a mouse?
Disabling all JavaScript functionality on the website
Using Flash animations for all interactive elements
Using images for all text on the page
Ensuring all interactive elements are reachable by using the 'Tab' key
What is the purpose of using the <div> tag in HTML?
<div>
To divide the page into sections
To create a table
To create a hyperlink
To display an image
What is the range of values for the Red, Green, and Blue components in an RGB color code?
0 to 255
0 to 100
-1 to 1
0 to 1
What is the correct way to bold text in HTML?
All of the above
Which HTML tag is used to define a paragraph?
None of the above
paragraph
How do you create an ordered list in HTML?
What is the correct HTML tag for inserting a line break?
What is the primary characteristic of an inline element in HTML?
It is used to create structural divisions in the document.
It only takes up as much width as its content needs.
It always forces a new line.
It cannot contain other HTML elements.
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 makes the code easier for developers to read and understand.
It improves a webpage's SEO by providing context to search engines.
What does 'favicon' stand for in the context of web development?
Fast loading icon
Formatted avatar icon
Favorite icon
File avatar icon