Which of the following RGBA values represents a fully opaque blue color?
rgba(0, 0, 255)
rgba(0, 0, 255, 0)
rgba(0, 0, 255, 0.5)
rgba(0, 0, 255, 1)
What is the correct HTML tag for inserting a line break?
Which tag is used to create a header cell in an HTML table?
What is the purpose of the 'action' attribute in a form tag?
Specifies where to display the form data
Specifies the scripting language for form validation
Specifies where to submit the form data
Specifies the styling of the form
What is the equivalent hexadecimal code for the RGB color rgb(0, 128, 255)?
#8000FF
#0080FF
#FF8000
#00FF80
In HTML, tags are enclosed within which characters?
< >
( )
[ ]
{ }
What is the correct way to bold text in HTML?
All of the above
Which semantic HTML tag is most appropriate for containing the primary navigation links of a webpage?
What color does the hexadecimal code "#008000" represent?
Yellow
Red
Green
Blue
Which HTML element defines italic text?