HTML GUIDE:

Maybe other websites have guides on this but we'll try a different approach(I hope).
Html is a language that has only some important "words" (Like what? Computer 010101???) No, don't worry. I haven't even gotten to the point.
I'll start by going astray on the topic...

Let's do this interactively. Open some program that you can type words in like Notepad(The best approach) or just open a new page in Freewebs and save it as index.html. Just copy this and paste it into your document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Don't even worry what the above code means. It's just required in everything. (If you really want to know...go to www.w3.org. I don't know if it helps you or not but oh, well)
Let's say my website's name is Lilakyria. Then after the code above, type

<title>Lilakyria</title>

This code is what appears on the top of your browser. For us, it's "Welcome to Mystical Dragon." The <title> things are just indicators to the browser that you have a title going there. Like a book's title.
After that code typeYou've ended the head section. Save this document as index.html Don't close the program! Now, it's on to the main part of the code, the body.
Type

<body> After </head>

Now write anything you want.
Wait! But if I press enter in the code, the words don't go onto the next line! So you'll need the magical code<br/> That's it. After you've written all you've needed, type and then type Now I'll give you a sample and save it as one of our files. This is the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Lilakyria</title> </head> <body> Hello! I'm Lilakyria<br/> I own this website.<br/> Not much is going on here but well, I hope I'll be able to do more! Bye! </body> </html> <br/>

The document Not much, right? Don't worry. I'm going to teach you more in part 2. Part 2(Yeah, I deleted it)
Not satisfied? Read on--Our Expansion on ideas

The first part of the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

is never going to change so leave it as it is and don't change it.:)
The second part is:

<title>Lilakyria</title>

Replace Lilakyria by whatever you want on the top of your browser. There isn't much other purpose to this line. You'll need <title> and </title>. Html loves to use these things.

<body></body>

Is the body of the book you're reading. Nothing more.

<br/> A special case. A special word. Something magical. I get the point.
.
</html> You'll need to end the Html document somewhere, right? That's the basics. Really. (Not quite--Lilakyria)
None of this code is copyright to any of us. Nor to many other Pokemon sites. This is for you to use. This guide is ours:) but not the subject I'm trying to let you learn.
Layout construction



Absol's Moonlit Cave
Aorio Hoshi
Twilight Harbour
The Sky Temple
Warriors of the Forest
Jenviousity
Eevee's Mansion
The Power Plant
Pokenav
Piplup Princess
Eevee's HQ
Eevee Valley
We all Live in A Pokemon World

Foxkeh
online
DEH Top 20 // Version: Dark Power