& - ANS-The entity reference for the greater than symbol (>) starts with a ____.
<a></a> - ANS-To create a link, you enclose the text or other element within an a element using
the ____ tag pair.
All of the above.
Answers: a. Missing tags around the content b. Opening tag missing c. Wrong tags used to
close the element - ANS-Which of the following is a common cause for an element to appear
different than expected?
c. Both A and B.
Answers :a. line number b. character number - ANS-By marking up a navigation bar using the
____ element(s), you can add semantic information that helps user agents more accurately
render it.
div - ANS-While you can use the _____ as a parent element on your page to group related
content it is not recommend because of the limited semantic meaning
False - ANS-CSS3 defines a set of elements that serve the same function as the div element
but that include semantic value.
True - ANS-By default a block-level element is rendered with a line break before and after.
True - ANS-To make the code easier to read, child elements are usually indented under parent
elements._________________________
validate - ANS-When you want to check your written code against current HTML coding
standards, you should _____ it.