What is the correct HTML tag for creating a table?
Which HTML tag is used to define the structure of an HTML document?
What is the purpose of the 'title' attribute in HTML?
It specifies the title of the HTML document.
It provides additional information about an element.
It defines the main heading on the page.
It styles the background color of an element.
How would you display the copyright symbol (©) in an HTML document?
©
&cpy;
©right;
Which tag is used to define a hyperlink in HTML?
Which of the following RGBA values represents a fully opaque blue color?
rgba(0, 0, 255)
rgba(0, 0, 255, 1)
rgba(0, 0, 255, 0.5)
rgba(0, 0, 255, 0)
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
Which tag is semantically appropriate for marking up the copyright information and author details typically found at the bottom of a webpage?
Which tag is used to create a header cell in an HTML table?
What is the correct HTML for creating a text input field?