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 HTML tag for inserting a line break?
Which tag is used to embed an image in an HTML document?
What is the correct HTML for adding an image?
<img>image.jpg</img>
What is the correct HTML for creating a text input field?
Which of the following RGBA values represents a fully opaque blue color?
rgba(0, 0, 255, 0.5)
rgba(0, 0, 255)
rgba(0, 0, 255, 1)
rgba(0, 0, 255, 0)
Which attribute is used to apply inline styles to an HTML element?
style
class
id
font
What is the primary role of the <section> element in structuring HTML content?
To define a generic container for any type of content.
To create a navigation menu with links.
To display content in a sidebar, separate from the main content.
To group related content thematically, often with a heading.
Which tag is semantically appropriate for marking up the copyright information and author details typically found at the bottom of a webpage?
What does the <td> tag represent in an HTML table?
<td>
Table row
Table caption
Table data cell
Table header