Quiz 1: HTML & Structure
We just covered a whole bunch of material about the basics of HTML. We know what it stands for, how it defines the structure of a page, and how it contributes to accessibility, among many other things.
Quiz Summary
0 of 6 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 6 Questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Accessibility 0%
- HTML 0%
- 1
- 2
- 3
- 4
- 5
- 6
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 6
1. Question
True or False: HTML can be written in any text editor, even Microsoft Word.
CorrectIncorrect -
Question 2 of 6
2. Question
In an HTML document, the
<body>
element is a child of what other element?CorrectIncorrectHint
It’s the highest level element of them all!
-
Question 3 of 6
3. Question
What roles do the
<head>
and<body>
elements play in an HTML document and how are they different?Sort elements
- Contains the content that is displayed on a page.
- Contains information about the HTML document that is not displayed on the page when it is viewed in a browser.
-
<body>
-
<head>
CorrectIncorrectHint
One of the elements is displayed on the page and the other holkds information about the page, but is not displayed.
-
Question 4 of 6
4. Question
Why is structure important in an HTML document? Specifically, how does it help you as a developer and someone who is looking at the page?
-
HTML describes the of pages.
CorrectIncorrectHint
The correct answer comes directly from the module. If we think about HTML as an “outline” then we can think of it as adding order and meaning, which is another way of describing its what?
-
-
Question 5 of 6
5. Question
Match the elements with their corresponding tags.
Sort elements
-
<html>
-
<header>
-
<body>
-
<footer>
-
HTML
-
Header
-
Body
-
Footer
CorrectIncorrect -
-
Question 6 of 6
6. Question
Accessibility is defined as what?
CorrectIncorrect