Monday, July 09, 2012

Html link coding, How to make a html link!


Hi, now i tell about basic HTML coding. html is a coding that use for deigning website.
If you learn it properly it will be so easy on you! so be careful about it...

how to create a link by html:

EX: <a href="http://cafedew.com">cafedew</a>
 Result: cafedew

i use http://cafedew.com in the code as url of the site that you want to link,
site url must be start with "http:// and must end with " .
now come it link title i use cafedew as title of the link, you can use anything as you want!

like <a href="http://yoursite.com">your title</a>
Result: your title

If you want bold text as title than use <b>your title</b>
EX: <a href="http://yoursite.com"><b>your title</b></a>
Result: your title

it is very simple coding hope you will practice it. next day i will tell how to use color in link title and how to use underline in link title,
so stay with us and share the post tom help us.

0 comments:

Post a Comment