Johto Legends
Spring Edition
Main
Top Affliates
Html Help

Everything in HTML uses tags to display information. Tags look like this: <tag>. Most tags will also have a closing tag, which would look like this: </tag>. Every HTML page must start with the <html> tag and end with the </html> tag. The other two sets of important tags are the <head> and </head> tag and the <body> and </body> tags. In between the <head> and </head> tags is where you put your title of the page that is displayed on the bar at the top of the window. The title of your page goes between the <title> and </title> tags. The title of this page looks like this in HTML: <title>The Pokémon Crater - HTML/Site Help</title>. Here is what a basic page would look like.
<html>
<head>
<title>The Pokémon Crater</title>
</head>
<body>
This is where you put in the information of your page.
</body>
</html>













Pokémon Games
Middle Affliates
Pokémon Cheats
Topsites
           
      Visit the Pokemontop50     
TCG
Lower Affliates
The Anime Network       
Movies

Walkthroughs
Other
Webmasters