What does the
A). Defines the document type
B). Defines the document structure
C). Defines the document style
D). Defines the document content
Which tag is used to define the title of an HTML document?
A).
B).
C).
D).
Which element is used to specify a header for a document?
A).
B).
C).
D).
What is the correct HTML for inserting an image?
A). 
B).
C).
D).
What is the correct HTML for creating a hyperlink?
A). link text
B). link text
C). `url
D). link text`
Which tag is used to define an unordered list?
A).
B).
C).
D).
Which tag is used to define an italic text in HTML?
A).
B).
C).
D).
Which tag is used to define a table in HTML?
A). B). C). D).
What is the correct HTML for creating a checkbox? A). B). C). D).