What is
<a>
</a>
used for?
Pick the single best answer
is used to create named bookmarks
is used to both create links or create named bookmarks
is used to create links
is used to contain what displays in the main browser window
is used to contain the area of a web page read by the computer, and not displayed
What is
<body>
</body>
used for?
Pick the single best answer
is used to create links
is used to create named bookmarks
is used to contain what displays in the main browser window
is used to both create links or create named bookmarks
is used to contain the area of a web page read by the computer, and not displayed
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>
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"
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
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
.
é
6
.
<link ...>...</link>
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
What tag set creates a bookmark called verytop?
<a name="#verytop"></a>
<a href="verytop"></a>
<a href="#verytop"></a>
<a name="verytop"></a>
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>