Which HTML element defines italic text?
What color does the hexadecimal code "#008000" represent?
Blue
Green
Yellow
Red
What does the <td> tag represent in an HTML table?
<td>
Table header
Table data cell
Table caption
Table row
Which attributes are used to specify the width and height of an image in HTML?
size and length
width and height
dimensions
wide and tall
How can you use comments to debug HTML code?
You can temporarily comment out sections of code to isolate issues.
Comments directly interact with browser developer tools for debugging.
Comments can be used to display error messages in the browser.
Comments can execute JavaScript code for debugging purposes.
What is the correct HTML for creating a nested list item?
Which file format is NOT commonly used for favicons?
.ico
.png
.jpg
.txt
What does 'favicon' stand for in the context of web development?
Fast loading icon
Favorite icon
Formatted avatar icon
File avatar icon
How does using semantic HTML like <header>, <footer>, <nav>, etc., benefit website development?
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.
It enhances accessibility for users with disabilities.
What is the range of values for the Red, Green, and Blue components in an RGB color code?
0 to 100
0 to 1
-1 to 1
0 to 255