Right, you know how to create a simple webpage. But, wait if you create two webpages how do you create a link between them? Well for this you will need the anchor tag, or <a>. The anchor tag is a very simple but extremely helpful tag. It is used to insert links between pages. You can link to pages on your server or pages on another webpage. To add an anchor tag you need to surround the words you want to have as the link.
<a href="www._123.com"> the 123 webpage <a>That would look like this: the 123 webpage. This webpage doesn't exist so it will give a 404 error which is internet language for a non-existing webpage. I use links all the time to do the header or link to the posts from the main page. I don't know if you noticed but at the bottom of the first post we have a feedback/ answering questions form. At this particular moment in time it is acting up, although we hope to have one at the bottom of every post in the near future. We will either answer the posts individually or we will answer them with a question and answer column on my posts.