7.The majority of a typical Web document will be found in:
a)the HEAD container
b)the TITLE container
c)the BODY container
d)a comment tag
ans:c
justification:The body of a html document contains the major portion and the remainig is found
in the head section
8.The TITLE container goes inside:
a)the HEAD container
b)the TITLE container
c)the BODY container
d)a comment tag
ans:a
9.An HTML document could be one long line of tags and still be valid.
a)True
b)False
ans:a
10.HTML tag-pairs do not have to be nested inside of each other.
a)True
b)False
ans:b
justification:They can be nested without dsturbing the order
11.Of the heading levels, Heading 1 is the:
a)most important
b)least important
c)every heading is of equal importance
d)none of the above
ans:a
justification:h1 is the most significant and h6 is the least significant
12.Headings should not be used to highlight text within a paragraph.
a)True
b)False
ans:a
PREVIOUS NEXT