Which tag is used to create a header cell in an HTML table?
Which HTML tag is used to create the largest heading?
Which tag is semantically appropriate for marking up the copyright information and author details typically found at the bottom of a webpage?
Why is the alt attribute important for images in HTML?
alt
It defines the image's dimensions (width and height)
It provides alternative text if the image fails to load
It specifies the image's file format
It sets the image as a hyperlink
How do you create an ordered list in HTML?
What is the correct HTML for creating a definition list item?
Which attribute is used to apply inline styles to an HTML element?
class
font
id
style
Which of the following is NOT a semantic layout element introduced in HTML5?
How would you display the copyright symbol (©) in an HTML document?
©
©right;
&cpy;
Which tag is used to embed an image in an HTML document?