NEW
Font size
WorksheetsHTML Quiz Review
Total questions: 30
Worksheet time: 15mins
HTML stands for?
HammersTend To Mostly Lose
HypoText Madeup Language
HyperText Markup Language
HyperTextual Makeup Language
the tag <IMG SRC> would insert what into a web page?
Insert a title
Insert a link
Insert an image
What will happen to the text in blue? <p>He named his car <i>The Lightning</i>, because it was very fast.</p>
the content will be displayed in italic
the content will display an image
the content defines text inserted into a document
What will the highlighted tag do? <p>My favorite color is blue<br>I love the Twitter icon color most!
</p>
it will make the text bold
it will place the text on another line
JPEG
DOC
GIF
WAV
What will happen to the content in blue?<p>This is a spelling mistake <u>parragraph</u> .</p>
it will be in bold
it will be underlined
it will be in italics
The <p> tag represents
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
</p> represents
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
A Header...
Must include your name
First Line of your code
Found at bottom of your code
Not needed in HTML
End of a code is represented with
\
" "
/
>
What symbol should precede(start) hexadecimal color codes?
ampersand
semicolon
number sign
equal sign
What is iterating?
Responding to irritating people
Re-explaining
Editing code
Making comments to help make code easier to read
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
You'd use <img src=" " > to ______.
start a new website
indent a paragraph
log off your computer
put an image on a page
True or False :
You need 4 pairs of tags to make a webpage
<html></html>
<body></body>
True
False
The following line of code is written correctly.
<h1><b></u>People in History</b><u></h1><font color="#Fh10101>Many people in history have made an impact on our current lives!</font>
True
False
