What is the purpose of the 'action' attribute in a form tag?
Specifies the scripting language for form validation
Specifies the styling of the form
Specifies where to submit the form data
Specifies where to display the form data
What is the correct HTML for creating a definition list item?
What is the purpose of using the <div> tag in HTML?
<div>
To create a table
To display an image
To divide the page into sections
To create a hyperlink
What does the 'A' in RGBA color values stand for?
Amount
Angle
Alternative
Alpha
What does 'favicon' stand for in the context of web development?
Favorite icon
Fast loading icon
Formatted avatar icon
File avatar icon
Which tag is used to embed an image in an HTML document?
What is the purpose of the 'colspan' attribute in a table cell?
Merges the cell with the cell above it
Makes the cell span multiple columns
Sets the width of the cell
Makes the cell a header cell
What is the purpose of using HTML entities for special characters?
To improve website security
To display special characters that are not part of the standard ASCII character set
To make the HTML code more readable
To reduce file size
What is the range of values for the Red, Green, and Blue components in an RGB color code?
0 to 100
-1 to 1
0 to 1
0 to 255
What is the correct HTML syntax for creating a list item within an ordered list?
<item>Item</item>