rss

About Me

My Photo
irnanto dwi saputra
View my complete profile

04 April 2011

Create a Link to E-mail

Link does not need to go to another site addresses, but can also be directed to E-mail address. For example the link below, if you click will open the software to send e-mail and send to the destination email address.

Link to send E-mail

The difference link to an email and a link to a website address is if there is an email link mailto words before an email address. examples of writing his tag as below.

<a href="mailto:kesatria270491@yahoo.com"> Link to send E-mail </ a>

Read more.....

Create a Link to a Word

To create a link to a particular section of a web page, before we have to give names to the places or locations to be addressed it by putting tags <a name="location"> </ a> on line that will link it. Only then we can make the link to

that section. In this case there are two possibilities.

  1. If the destination is contained within the same page with the link then simply write the name of the field. For example: href = # locations.
  2. If the destination is located on another page it must be written the name of the file from that page just name the place. For example: href = "other.htm # location".

Scheme code HTML programs like this.

<HTML>
<BODY>
statement
...............................................
...............................................
..............................................
<A HREF="#goal">Links origin</A>
statement
..............................................
..............................................
..............................................
<A NAME="goal">Goal position </A>
statement
.............................................
............................................
............................................
</BODY>
</HTML>

Read more.....
 

Site Info

Google Pagerank Powered by  MyPagerank.Net My Ping in TotalPing.com TopOfBlogs My Zimbio Blog Directory