HTML Hyperlink Tags (on the move)

The section will teach you about hyperlinks, also know as links. A hyperlink will help your website visitors move around from page to page on your website. You could use a hyperlink to send your visitors to a different website, if you wish.


Hyperlink Tags

The hyperlink tag has an open tag along with an attribute called the href. You use the href to tell the hyperlink where which page or website to goto. The visitor to your website will click on the link in the hyperlink and off they go. The Hyperlink tag must go in between the open and closed body tags.

Example 1

  1. The open hyperlink looks like this <a>.
  2. A close hyperlink tag looks like this </a>.
  3. A properly created hyperlink tag looks like the one below.

<a href="https://my.wealthyaffiliate.com/seconds2work">Visit my Wealthy Affiliate profile page</a>


Example 2

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Your Page Title Go Here</title>
  5. </head>
  6. <body>
  7. <h1> This Is A Heading 1 Tag </h1>
  8. <p> This is a paragraph tag </p>
  9. <a href="https://my.wealthyaffiliate.com/seconds2work">Visit my Wealthy Affiliate profile page</a>
  10. </body>
  11. </html>

If you have any questions about html hyperlinks, please use the dussicion group or send me an PM here at Wealthy Affiliate.


Up Next: Imagine Tags



Join the Discussion
Write something…
Recent messages
WilliamBH Premium
Thanks LeNard .. I found that a very useful explanation. Cheers, William.
Reply
seconds2work Premium
Thank you William, I plan to put out more training like this
Reply
MKearns Premium
It's been around a long time. I used to do some raw coding in it 15 years ago!
Reply
seconds2work Premium
Back in the 1990's I started learning WYSISYG ( what you see is what you get)

It's the same, just about.

Thanks Michael
Reply
JohnFry Premium
Thanks for the information!
Reply
seconds2work Premium
Thank you John
Reply
kasage00 Premium
thanks for sharing!
Reply
seconds2work Premium
Thank you Karin, for checking it out
Reply
bigrog44 Premium
Thanks for sharing.
Reply
seconds2work Premium
You're welcome Roger
Reply
Top