WorksheetsHTML review
Total questions: 15
Worksheet time: 9mins
What is the most important thing to remember when trying to describe this page to someone over the telephone?
The information that is on the page
The way the information looks
Both the information and how it looks
The pictures
This code is provided by Code.org
True
False
I type my code inbetween the body tags
True
False
When are the head tags used?
(a)
What is the WHOLE THING called?
HTML element
HTML tag
HTML
content
What is the red boxed area called?
opening tag
content
HTML
angled bracket
What makes the closing tag DIFFERENT than the opening tag?
the slash telling the computer to stop
nothing, they're the same
the angled brackets
What do we call the information between the tags?
(a)
What do the tags <p> and </p> tell the computer?
(a)
What does a heading do on a web page?
Add structure to your web page
Break up the information so it's easier to read
Make words and phrases different sizes
How many different heading tags are there?
1
2
12
6
If I wanted to recreate this on my web page:
Biggest would be an <h1>
Biggest would be an <h3>
Biggest would be an <h6>
If I wanted to recreate this on my web page:
Smallest would be an <h1>
Smallest would be an <h6>
Smallest would be an <h3>
What kind of a relationship do heading tags have to their size
h1 is the biggest and h6 is the smallest
h1 is the smallest and h6 is the biggest
neither, no matter the number, the size is all the same
If I have an <h1> I have to ALSO have an </h1>. Why?
because you do
so that the computer knows where to stop
because it makes the code more interesting to look at
it makes my life more difficult
