Name: 
 

Hour 06 - Creating Text Links



True/False
Indicate whether the statement is true or false.
 

 1. 

An anchor tag <a> can be used to create a link to an exact spot on a different page than the hyperlink.
 

 2. 

In XHTML, the following code would be correct when creating an anchor tag <a>.
Example: <a name=”top”> ... </a>
 

 3. 

The following is an easy and correct way to remember the difference between the two types of <a> tags:
< a href> is what you click , and <a id> is where you go when you click there.
 

 4. 

Anchor names specified via the id attribute can only start with an alphanumeric character.
 

 5. 

The anchor tag <a> can be used to create a link to an exact spot on the same page as the hyperlink.
 

 6. 

If you want to place your email address on your site so others can click on it and send you and email you would use the following example:
<a “mailto:yourname@yourdomain.com”> Send me an Email message</a>
 

 7. 

One method to keep spammers from harvesting your email address from your site is to use character entity equivalents to replace characters within your email address.
 

 8. 

It is possible to create a mailto: email link that automatically enters the subject in the email once the link is clicked on.
 

 9. 

URL stands for Uniform Resource Label.
 

 10. 

The special code to represent a comma in a link to a web site name is %20C.
 



 
Check Your Work     Start Over