Font size
WorksheetsHTML Tags Test 2
Total questions: 19
Worksheet time: 11mins
All HTML Tags are enclosed in ____________
# and #
? and !
/ and \
< and >
What does the / stand for in HTML?
STOP
GO
Paragraph
Beginning
What does the "p" stand for in <p>?
phase
part
paragraph
please, let this class end soon
What does the "h" stand for in
?
Heading
Header
Help!
Hold
What does the 1 in
stand for?
what heading it is
the size the heading is
which heading you want to go first
which heading is the most important
What do the numbers mean in heading tags? (
, , etc.)
H1 is the largest font size
H1 is the smallest font size
H1 is the medium font size
H1 is the default font size
H1 is the most important heading. It's also the largest heading.
True
False
<h1> is a smaller font size than <h6>.
True
False
Between what two HTML tags does your content go?
<BODY> and </BODY>
<h1> and </h1>
<index> and </index>
<html> and </html>
Which activity would you like to do in this class next week?
Create more Code.Org websites and animations
CodeX
Make a commerical about building an app.
"Code It. Build It. Dance It"
Get our 3D printer working
Which list has headings listed from smallest to largest font size?
<h6>
<h5>
<h4>
<h3>
<h2>
<h1>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<h6>
<h4>
<h5>
<h3>
<h1>
<h2>
Which list has headings listed from largest to small font size?
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<h6>
<h5>
<h4>
<h3>
<h1>
<h2>
<h6>
<h5>
<h4>
<h3>
<h2>
<h1>
<h6>
<h4>
<h5>
<h3>
<h1>
<h2>
Which of the following characters should be used within an image name? (Select Two.)
"-", "_"
&, %, (, )
Keep the names as short as possible
Which line of code has a "bug"?
1
3
5
6
Which tag would you replace <ol> with to change it to a Bulleted List?
</ol>
<ul>
<bl>
<h1>
Which tag would you replace <ol> with to change it into an Unordered List?
</ol>
<ul>
<p>
<h1>
What is the correct HTML tag for inserting a line break?
hr
br
tr
p
Which attribute is used to specify the URL of an image?
`src`
`href`
`url`
Does the following code have a BUG?
Yes
No
