HTML Quiz 2
|
Instructor:
|
Lovis Daniels
|
|
Name:
|
|
|
Results:
|
|
|
Class:
|
|
|
|
|
|
Date:
|
|
Carefully read each question and then circle the letter of the correct answer.
1) Interpret this statement: <strong>Michelle</strong>
a) It makes Michelle strong
b) It highlights Michelle as being strong
c) It will print out Michelle in bold font
2) Tables can be nested (table inside of another table).
a) True
b) False
3) Which is correct?
a) <b>Click Here<b>
b) <strong>Click Here<strong>
c) <b>Click Here</b>
d) </strong>Click Here</strong>
4) Which of the following is a two sided tag?
a) DT
b) LI
c) DD
d) DL
5) The Browser applies the feature of a tag until it encounters_____tag.
a) Quit
b) Closing
c) Exit
d) Anti
e) Deactivate
6) _______are the HTML codes that control the apearance of the document contents
a) Tags
b) Codas
c) Slashes
d) Properties
e) Code
7) What are the genral syntax for inline image?
a) src=img
b) src=image
c) img=file
d) img src=file
e) image src=file
8) An HTML_____takes text in one format and changes it to HTML code.
a) Browser
b) Editor
c) Converter
d) Processor
e) Parser
9) To create a link to an anchor, you use the______property in A tag.
a) Name
b) Tag
c) Link
d) Href
10) HTML Tags are case sensitive.
a) True b) False
|