1. What is
    <a>

    </a>
    used for?
    Pick the single best answer

  2. What is
    <body>

    </body>
    used for?
    Pick the single best answer

  3. Match the following
    example of creating an intrapage link to a bookmark
    example of creating a bookmark
    example of an internet link
    example of a local link
    the anchor tag attribute to create a link
    the anchor tag attribute to create a named bookmark
    1.
    href
    2.
    name
    3.
    <a href="page2.html">to page 2</a>
    4.
    <a href="http://www.templejc.edu">to T C</a>
    5.
    <a name="topp"></a>
    6.
    <a href="#topp">to Top</a>
  4. Which of the following is coded properly?

    <body>
    text="green"
    bgcolor="yellow"
    link="black"
    vlink="gray">

    <body
    text="green"
    bgcolor="yellow"
    link="black"
    vlink="gray"
    <body
    text="green"
    bgcolor="yellow"
    link="black"
    vlink="gray">
    body
    text="green"
    bgcolor="yellow"
    link="black"
    vlink="gray"

  5. Match the following
    the body tag attribute used to change the default color of a link that has not been clicked on
    the body tag attribute used to change the default color of a link as it is being clicked
    the body tag attribute used to change the default color of text
    the body tag attribute used to change the default color of the entire web pages background
    the body tag attribute used to change the default color of a link that has been previously clicked
    1.
    text
    2.
    bgcolor
    3.
    link
    4.
    vlink
    5.
    alink

  6. Match the following
    What tag set surrounds a paragraph?
    What tag creates a break?
    What tag creates a link?
    1.
    <br> or <br />
    2.
    <p>...</p>
    3.
    <a ...>...</a>
    4.
    <!--break>
    5.
    &#233;
    6.
    <link ...>...</link>

  7. Match the following
    attribute used to point to the link's hyper-text reference
    form used to make an intrapage link (to a different part of the same page)
    form used to make a local link (one of your web pages)
    form used to make an Internet link
    1.
    href
    2.
    ="http://URL"
    3.
    ="#bookmark"
    4.
    ="pagename"
    5.
    herf
  8. What tag set creates a bookmark called verytop?

  9. Match the following
    The tag that creates a line across the page?
    The tag set that creates the largest headline
    The tag set that creates the smallest headline
    1.
    <h1>...</h1>
    2.
    <h6>...</h6>
    3.
    <hr>
    4.
    <h1>...</h2>
    5.
    <br>
    6.
    <h4>...</h4>
    7.
    <hl1>...</hl1>
    8.
    <hl6>...</hl6>
    9.
    <hl4>...</hl4>
    10.
    <line>