ITS Home Tech Support Laptop Program E Learning Media Services Communications

Web Services Home

How to obtain Webspace

Course1

Desire2Learn

Web Accessibility Guidelines

WSU Web Policy

HTML Tutorial

FTP Tutorial

Student Webs

Student Clubs

Webmail

 

Links

To 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>
Go to Winona State University.

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>
Send an email to the webmaster.

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.

<---Back to Body Attributes    On to Images--->