HTML 4e Project3 review / Page 1 of 3

Name ______Date ______

HTML Project 3 - Multiple Choice

Instructions: Circle the correct response.

  1. The link, vlink, and alink color attribute is specified in the______tag.

a. <head>
b. <body>
c. <link>
d. <color>

  1. The ______attribute controls the color of a normal unvisited link.

a. link
b. alink
c. vlink
d. visited

  1. By default, headings are ______.

a. centered
b. right-aligned
c. left-aligned
d. <h1>

  1. Headings can be formatted with a different color or style by using the attributes of the ______tag.

a. <change>
b. <format>
c. <type>
d. <font>

  1. To change the bullet type from the default disc to a circle, you use the ______tag.

a. <bul>
b. <ul>
c. <ch>
d. <pt>

  1. The ______attribute of the <a> tag specifies the URL of the linked page or file.

a. url
b. src
c. href
d. link

  1. The ______text formatting tag decreases the font size in comparison to the surrounding text.

a. <increase> </increase>
b. <size> </size>

c. <decrease> </decrease>
d. <small> </small>

  1. The HTML tags <SUB> </SUB> ______.

a. subtracts data
b. subscripts text
c. subjugates verbs
d. superscripts text

  1. A ______is a smaller version of an image itself.

a. thumbnail image
b. JPEG image
c. picture image
d. GIF image

  1. The hspace and vspace attributes of the ______tag control the amount or horizontal and vertical space around an image.
  1. <big>
    b. <fill>
    c. <img>
    d. <space>

HTML Project 3 True/False

Instructions: Circle T if the statement is true or F if the statement is false.

T / F / 1. The default color for a normal link that has not been clicked is red, a visited link is green, and an active link is yellow.
T / F / 2. The alink color attribute controls the color of a link that has been clicked or visited.
T / F / 3. An important feature of the Web is its capability of linking a Web page on one Web site to a Web page on another external site.
T / F / 4. Links are generally not used within a Web page because it is easier and better to scroll through the page.
T / F / 5. A URL is the main page of a Web site, which visitors to a Web site generally visit first.
T / F / 6. The <h1> tag assigns the largest possible size to a heading.
T / F / 7. The <a> tag is called the anchor tag because it can only be used to create anchors for links within the same Web page.
T / F / 8. Logical style tags allow a browser to interpret the tag based on browser settings, relative to other text in a Web page.
T / F / 9. The <sub> </sub> tag will display text as underlined.
T / F / 10. You use the <br clear=” “ /> tag to clear text wrapping.

HTML Project 3 – Short Answer

Instructions: Fill in the best answer.

  1. ______are used to connect a Web page to another Web page on the

same, or a different, Web server located anywhere in the world.

  1. Moving the mouse pointer over a link will display the URL of the link on the

______bar of the browser.

  1. You use the ______attribute for the <body> tag to control the color of

a link that has been clicked or visited.

  1. A(n) ______path specifies the exact address for the file to which you are linking or displaying a graphic.
  1. A(n) ______is the main page of a Web site, which visitors to a Web

site generally view first.

  1. The ______attribute for the font function changes the font face or type.
  1. When the browser recognizes a(n) ______URL in a clicked link, it

automatically opens a new message in the default e-mail program and inserts the

appropriate contact e-mail address in the To field.

  1. The ______text formatting tag increases the font size in comparison to

the surrounding text.

  1. The <br clear=”all”/> tag clears both the left and right ______.
  1. A(n) ______is a named location or anchor within a Web page to

which a link can be created.