True/False Indicate whether the statement is true or
false.
|
|
|
1.
|
The <a> and </a> tags used to create a text link to a Web page
within the same Web site are used to create a link to a Web page in another Web site.
|
|
|
2.
|
A well-designed Web page provides a way for visitors to contact the person at
the company responsible for maintaining the Web site or addressing customer questions and
comments.
|
|
|
3.
|
Using hyperlinks, a Web site visitor can move from one page to another, to view
information in any order.
|
|
|
4.
|
Links within a Web page allow visitors to move quickly from one section of the
Web page to another.
|
|
|
5.
|
Web pages rarely include links to connect one Web page to another page within
the same Web site.
|
|
|
6.
|
To link to a file named “links.htm” in the same directory (folder)
or your web site you would use the following relative anchor tag - <a
href=”links.htm”>My Links</a>
|
|
|
7.
|
When using the relative address href attribute you will begin with
“href=http://....”
|
|
|
8.
|
The absolute address is used to link to pages within your own site.
|
|
|
9.
|
By including links within a Web page, a visitor can click a link to move
directly to a section of interest, rather than scrolling through the entire Web page.
|
|
|
10.
|
The - target=”_blank” - attribute is acceptable as a XHMTL
feature.
|