Why is it important to use HTML entities for displaying characters like '<' and '>' in text content?
To prevent them from being interpreted as HTML tags
To make the text more accessible to screen readers
To improve the visual appearance of the text
To reduce the file size of the HTML document
What is the equivalent hexadecimal code for the RGB color rgb(0, 128, 255)?
#FF8000
#0080FF
#8000FF
#00FF80
Which semantic HTML tag is most appropriate for containing the primary navigation links of a webpage?
Which HTML tag is used to create the largest heading?
Which attribute is used to define a tooltip that appears when hovering over an image?
hovertext
title
tooltip
alt
Which tag is used to embed an image in an HTML document?
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
If you want a table header cell to span two columns, what is the correct HTML code?
What is the correct HTML for creating a definition list item?
What is the correct way to specify the color 'blue' using an HTML color name?
All of the above