|
||||||||||||
Web Services Home |
|
LinksTo add a link... you will use the <a href="location"> opening tag and </a> closing tag which is referred to as an "anchor tag." Whatever appears between these two tags will become underlined and colored, and if you click on the underlined text it will send the browser to the location within the quotes.
Go to <a href="http://www.winona.edu/">Winona State University.</a> You can also use the anchor tag to send an email to a certain person.
Send an email to the <a href="mailto:webmaster@winona.edu">webmaster.</a> If you click on this link, a default email (such as Microsoft Outlook) should come up with the email address already pasted in the "To:" entry.
|