RadarURL HTML MADE EASY: Making Links

Search This Blog

Thursday, July 9, 2015

Making Links

Hello Guys in this post you gonna learn that How to add links in your webpage ?
so first thing we want to know is on HTML links are denoted by a where a means -anchor http://www.w3schools.com/html/html_links.asp
so write a simple html document and use anchor like this
Some_text
where href is the target link.
For ex: on some websites you have links like Click Here
 which are generally in blue are links which are taking you to different places on the web, either from one webpage to another or into a webpage.
#Sample Program

<a href='http://htmlforu.blogspot.in'>Click Here Now!</a>




No comments:

Post a Comment