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://www.terjorok.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://www.terjorok.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://www.terjorok.com/"><img src="http://software2iqbal.wordpress.com/files/2009/11/halaman_depan_t4belajarblog.jpg" alt="Home Page" /></a>
Preview
4. Hyper Link with Image in Different/New Tab
The code is:
<a target="_blank" href="http://www.terjorok.com/"><img alt="www.terjorok.com" src="http://software2iqbal.wordpress.com/files/2009/11/halaman_depan_t4belajarblog.jpg" border="0" /></a>
Preview
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