But first I shall show you what the main tags you will be using meen.
You will be using:
<html></html><head></head><title></title><body></body><h1></h1><h2></h2><u></u><b></b><i></i><p1></p1><p2></p2>
Thats about all you'll need to create a dull website.
Your probably thinking Is this kid nuts.
Its okay but by the end of this you will know so much you wont stop making your great website.
Advanced Users Please skip this bit because you should know what they are already.
What do the tags mean?
<html> This shows your webbrowser (firefox, Safari and IE) That you are starting a web page.<head> This is the top of your website where you place <title> And <h1> sometimes <h2>.<title> This is the bit that shows at the top of the tab and browser very important.<body> This is the main part of your website, this is where <p1>,<p2> and <p3> go.<h1> This means Header One. This is the big bold letters at the top of a page. Usually placed in the <head> Tag.<h2> This means Header Two. This is usually a sub heading which may sometimes be placed in the <head> Tag but isnt all the time. It doesnt matter but it is coded better if it isnt.<u> One of the simplest tags. This underlines the text inbetween the <u> and the </u>.<b> Another simple tag. The same as the other one but makes the text bold.<i> The last simple tag I have for you at the moment because I forgot what the other one did and if it still works. This is the Italic tag.<p1> This stands for Paragraph one. Placed in the <body>.<p2> This stands for Paragraph two. Placed in the <body>.Ok now you know what the tags mean lets put them into action.
Ok For you to follow this tutorial from here onwards you will need to open up notepad.
Once you have done that place this in.
<html><head><title>Your Website</title><h1> The Website </h1></head><body><h2> The great website </h2><p1><B>Information about the great website</b></p1><p2><u> More information about the almighty website</u></p2></body></html>As you can see You can merge tags toghether
Save it as Learning HTML as all files and make sure its on the desktop so you actually remember to use it!
So before you save it it should look like this Learning HTML.html .html is the file the browser reads and creates the file into a webpage only you can view.
It should look something like this!
<title>Your Website</title><h1> The Website </h1> <h2> The great website </h2><p1><b>Information about the great website</b></p1><p2><u> More information about the almighty website</u></p2>
I'm sure you think it all looks wierd aligned to the left so to make it go in the center
put <h1 align="center"> Then type your text </h1> try it out
Now you've made that create a folder on your desktop called "My Websites"
Open it And create another folder Called "Test Website"
right click, select new and then notepad document or something like that.
call it index.html saved as all files.
now right click "index" and select open with notepad
now do the above again but this time we shall put a link in.
so you need to type:but inbetween <u> and more information put:
<html> <head> <title>Your Website</title> <h1> The Website </h1> </head> <body> <h2> The great website </h2> <p1><B>Information about the great website</b></p1> <p2><u> <a href="www.google.com"> Google </a>More information about the almighty website</u></p2> </body> </html>
<title>Your Website name</title>So yer create other pages and link them toghether maybe soon I shall make a tut on how to upload but enjoy for now any problems or somethings not working right post a comment.
Good bye all















