Web Page Design Project 3 Assignment
- Pick up blue folder from table and complete ACT Question of the Day.
- Click on this link:
- Complete and print out:
- Project 3
- Crossword Puzzle Challenge
- Practice Test
- Wheel of Terms
- Do you Want to be a Computer Genius?
- Print out and answer the attached questions.
HTML Project 3 - Multiple Choice--Instructions: Circle the correct response.
- The link, vlink, and alink color attribute is specified in the______tag.
a. <head>
b. <body>
c. <link>
d. <color>
- The ______attribute controls the color of a normal unvisited link.
a. link
b. alink
c. vlink
d. visited
- By default, headings are ______.
a. centered
b. right-aligned
c. left-aligned
d. <h1>
- 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>
- To change the bullet type from the default disc to a circle, you use the ______tag.
a. <bul
b. <ul
c. <ch
d. <pt>
- The ______attribute of the <a> tag specifies the URL of the linked page or file.
a. url
b. src
c. href
d. link
- 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>
- The HTML tags <SUB> </SUB> ______.
a. subtracts data
b. subscripts text
c. subjugates verbs
d. superscripts text
- A ______is a smaller version of an image itself.
a. thumbnail image
b. JPEG image
c. picture image
d. GIF image
10. The hspace and vspace attributes of the ______tag control the amount or horizontal and vertical space around an image.
- <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.
- ______are used to connect a Web page to another Web page on thesame, or a different, Web server located anywhere in the world.
- Moving the mouse pointer over a link will display the URL of the link on the______bar of the browser.
- You use the ______attribute for the <body> tag to control the color ofa link that has been clicked or visited.
- A(n) ______path specifies the exact address for the file to which you are linking or displaying a graphic.
- A(n) ______is the main page of a Web site, which visitors to a Website generally view first.
- The ______attribute for the font function changes the font face or type.
- When the browser recognizes a(n) ______URL in a clicked link, itautomatically opens a new message in the default e-mail program and inserts theappropriate contact e-mail address in the To field.
- The ______text formatting tag increases the font size in comparison tothe surrounding text.
- The <br clear=”all”/> tag clears both the left and right ______.
- A(n) ______is a named location or anchor within a Web page towhich a link can be created.