
css/html (1)

Quiz
•
others
•
•
Easy

Wayne Hines
Used 3+ times
FREE Resource
19 questions
Show all answers
1.
OPEN ENDED QUESTION
30 sec • 1 pt
DIV tag
Evaluate responses using AI:
OFF
Answer explanation
The
tag defines a division or a section in an HTML document. The
tag is used to group block-elements to format them with CSS.
This is a heading
This is a paragraph.
2.
OPEN ENDED QUESTION
30 sec • 1 pt
BODY tag
Evaluate responses using AI:
OFF
Answer explanation
The tag defines the document's body. The element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
3.
OPEN ENDED QUESTION
30 sec • 1 pt
HEAD tag
Evaluate responses using AI:
OFF
Answer explanation
The element is a container for all the head elements. The element can include a title for the document, scripts, styles, meta information, and more. The following elements can go inside the element: (this element is required in an HTML document)