Wednesday, April 30, 2014

HTML Lessons part 9

In this lesson I will teach you how to make links.  First find the URL of a website the copy it.  Now you will have to make the tag like this.
<a href="">
Then you paste the URL into the ""s
<a href="http://www.google.com/">
This link would take you to Google.
You can make links to any site but make sure you have the http:// or https:// depending on the site.

No comments:

Post a Comment