Which attribute is used to merge rows vertically in an HTML table?
cellmerge
vmerge
colspan
rowspan
Which HTML tag is used to define a row in a table?
If you want a table header cell to span two columns, what is the correct HTML code?
What does 'favicon' stand for in the context of web development?
Formatted avatar icon
Favorite icon
Fast loading icon
File avatar icon
What is the primary benefit of using HTML5 semantic layout elements?
Enhanced code readability and SEO
Faster page loading times
Smaller file sizes
Improved website styling
What is the purpose of using HTML entities for special characters?
To improve website security
To reduce file size
To display special characters that are not part of the standard ASCII character set
To make the HTML code more readable
What is the range of values for the Red, Green, and Blue components in an RGB color code?
-1 to 1
0 to 100
0 to 255
0 to 1
Which semantic HTML tag is most appropriate for containing the primary navigation links of a webpage?
What is the purpose of a 'textarea' element in a form?
To upload a file
To create a dropdown list
To display a static block of text
To allow the user to input multi-line text
What is the purpose of using the <div> tag in HTML?
<div>
To create a hyperlink
To display an image
To create a table
To divide the page into sections