PAGE 3
In this section i will tell you another tag.
This tag is called "a href"
"a href" Is a direct link to another place.
For example i am an "a href" at the bottom of this page.
The way you change to the next page is using that "a href" tag
This is a way you can use it:
This Sites Link
<html>
<a href="http://Whateveryoursiteis.com/whatever/whatever/">
The name of the link.
</a>
</html>
There is how to make links to other site.
This is all you need to know about html for very very basic sites.
The next tag is "title".
"title" Is a title that shows on the window for internet.
If you look at the top of the screen there is a gray or blue title bar which show "page 3".
This is the example:
<html>
<title>
What the title is here
</title>
</html>
That is how to use the "title" tag in html.
Last Page
Next Page