Name:     ID: 
 
Email: 

Hour 06 - Creating Text Links

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

 1. 

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

 2. 

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

 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. 

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

 5. 

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

 6. 

URL stands for Uniform Resource Label.
 

 7. 

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

 8. 

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

 9. 

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

 10. 

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>
 



 
         Start Over