Learning Html
This is the links section.
This section concerns how to create links.
The main creation of a link is handled by this tag:
<a href="http://www.where you want to go.com">Description of link</a>
To insert an image into a page, use this tag:
<img src="http://www.location of your file.com" alt="In case the image doesn't show put some text here">
To have an image as a clickable link:
<a href="http://www.go here.com"><img src="http://www.location.com" alt="Image no show"></a>
To go back to the how-to: HTML How-To
To go to the <html> section: <html>
To go to the <head>section: <head>
To go to the <body>section: <body>
To go to the <font> section: <font>
To go to the <table> section: <table>