Which HTML tag is used to define a row in a table?
Which of the following is NOT a valid way to specify colors in HTML?
RGB values (e.g., "rgb(255, 0, 0)")
Color names (e.g., "red")
CMYK values (e.g., "(0, 100, 100, 0")
Hexadecimal codes (e.g., "#FF0000")
Which attribute is used to merge rows vertically in an HTML table?
vmerge
cellmerge
colspan
rowspan
Which of these elements is typically NOT found within a <header> tag?
Which of the following is NOT a semantic layout element introduced in HTML5?
What is the primary characteristic of an inline element in HTML?
It only takes up as much width as its content needs.
It always forces a new line.
It is used to create structural divisions in the document.
It cannot contain other HTML elements.
What is the purpose of attributes in HTML tags?
To style the element with colors and fonts.
To create a hyperlink to another web page.
To provide additional information about the element.
To define the content of the element.
What is the purpose of the 'charset' attribute in the <meta> tag?
Sets the viewport settings for responsive design.
Provides a description of the page's content.
Specifies the style sheet for the HTML document.
Defines the character encoding for the document.
Which attribute is used to specify the URL of a linked resource?
href
src
url
link
Which attribute is used to define a tooltip that appears when hovering over an image?
hovertext
title
tooltip
alt