How to build links on web pages!
The first thing that you do is figure out of it is an internal link (which means that it is a part of your web site) or and external link (which means that it is a part of a different web site all together).
Then you just need to figure out the code that you enter. This code is what you need to enter any type of link, and you can enter it any where in the text content of your page. For example: Poetry is a wonder full thing. And if you click on the highlilghted word you'll see that it'll take you to another part in your web site or another site.
How you enter the code is like this:
< a href = " " >(with out all the spaces. The only space should be between the a and the href part. ) The name of the site or page goes here< / a > and that's how you close it.
For an internal link all you have to do is put, for an example: "poetry.html". For an external link you have to put the whole address for it to work propperly. If you miss one letter or put a space were it's not suposed to go it won't work. This goes for any code that you try to do.
I hope this has been helpful. If not then there are other sites with other people to ask. Thank you for visiting.