Thursday 17 November 2011

Encoding An Email Link & Links Within A Page

http://hivelogic.com/enkoder/


The standard format for an email link is:
< a href = ”mailto:myname@yahoo.com ” > My email address here< / a >
- Online addresses should always be encoded.
- Go to the link encoder at: http://hivelogic.com/enkoder/
- Fill in the Email address and Link text fields and select Submit.
- Copy all of the generated JavaScript into your page.
- NOTE: Switch on Live View in Dreamweaver to see the link.



http://w3schools.com/html/html_links.asp

A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document.

When you move the cursor over a link in a Web page, the arrow will turn into a little hand.

Links are specified in HTML using the < a > tag.

The < a > tag can be used in two ways:

- To create a link to another document, by using the href attribute
- To create a bookmark inside a document, by using the name attribute.

< a href="url " >Link text < / a >

No comments:

Post a Comment