Thursday, 27 June 2013

HYPERLINKS

(9) HYPERLINKS TAGS

There are two kind of hyperlinks used in the web pages The tag is used for this purpose is <A>
  1. Email Hyperlink
  2. Document Hyperlink
When a user click on the hyperlink to send the email then outlook application opens which already have the email address. To link a document we only need to use the <A href  > tag.

Simple code is shown as below using this property:

<A href = " http://www.laststandfirst.blogspot.com"> Last Stand first </a>
<A href= "mailto:saifullahdarpk@gmail.com"> Send me E-mail </a>



  output will be as given below:

2 comments: