How To Make A Link - HTML Tutorial - EchoEcho.Com

HTML Links :HOW TO MAKE A LINK
The tags used to produce links are the <a> and </a>. The <a> tells where the link should start and the </a> indicates where the link ends. Everything between these two will work as a link. The target of the link is added to the <a> tag using the href="http://www.whateverpage.com" setting. The example below shows how to make the word here work as a link to yahoo.
Click <a href="http://www.yahoo.com">here</a> to go to yahoo.
You simply:
  • Specify the target in the <a href=" ">.
  • Then add the text that should work as a link.
  • Finally add an </a> tag to indicate where the link ends.
<< PREVIOUS
READ MORE >>
HTML LINKS
INTRODUCTION
HOW TO MAKE A LINK
COLORS ON TEXT LINKS
LINK TARGETS
NO UNDERLINE
ADVANCED TEXT LINKS
IMAGE LINKS
IMAGEMAPPING
LINK WITHIN A PAGE
LINKS IN FRAMESETS
LINK TO NEW WINDOW
LINK TO EMAIL
TAKE THE QUIZ!
HTML TUTORIAL
HTML BASICS
HTML TEXT
HTML LISTS
HTML IMAGES
HTML LINKS
HTML BACKGROUNDS
HTML TABLES
HTML FRAMES
HTML FORMS
HTML METATAGS
HTML HEXCOLORS
HTML QUIZ
HTML REFERENCE
ALL HTML TAGS
HTML 4.0
HTML 3.2
HTML 2.0
NETSCAPE TAGS
MICROSOFT TAGS
TOP TUTORIALS
HTML
JAVASCRIPT
CSS
FLASH
JAVA APPLETS
EchoEcho Hosting!
5000 MB Server space !! 60 GB Traffic/Month !! Php dynamic pages Perl/cgi scripts MySQL databases Password protected folders Advanced log file stats Spam & Virus checked mail Auto-installed scripts: Forums, Chat, Shop, Photo album, Livehelp etc. Nothing beats this deal:$7.50/month!
� Read More
web hosting
DEVELOPER TIP!
"Better Than Books - As Easy As It Gets!"

Tag » A Link Html Code