Selasa, 24 November 2009

How to Create The HyperLink

What the function of hyper link? With Hyper Link we can put some URL address inside some text, so we can shorten some text with this trick. Forexample: we want to write "Please visit http://t4belajarblogger.blogspot.com" then to create it into short form, we can write "Please Visit t4belajarblogger", this form is bettr than before.

N to make it, we just need the codes below:

1. Hyper Link in same tab

With this kind, we can make a hyper link text when we click it will opened in the same tab, the code is:

<a href="http://t4belajarblogger.blogspot.com">t4belajarblogger</a>



ex: t4belajarblogger


2. Hyper Link in Different/New Tab


This kind will opened in different tab, the code is:

<a href="http://t4belajarblogger.blogspot.com" target="_blank">t4belajarblogger</a>



Ex: t4belajarblogger


3. Hyper Link with Image in same Tab

This kind such as the no.1, but this kind with image preview. The code is:

<a href="http://t4belajarblogger.blogspot.com/"><img src="http://software2iqbal.wordpress.com/files/2009/11/halaman_depan_t4belajarblog.jpg" alt="Home Page" /></a>



Preview

Home Page


4. Hyper Link with Image in Different/New Tab

The code is:

<a target="_blank" href="http://t4belajarblogger.blogspot.com/"><img alt="t4belajarblogger.blogspot.com" src="http://software2iqbal.wordpress.com/files/2009/11/halaman_depan_t4belajarblog.jpg" border="0" /></a>




Preview

t4belajarblogger.blogspot.com



To create hyper link is very easy n smple^




Hopefully Useful []

Tags: How to create the hyperlink, hyperlink tricks, simple html to create hyperlink, html text hyperlink, html image hyperlink, create hyperlink easily

Tidak ada komentar:

Posting Komentar