Bennie
25-05-2005, 09:08 PM
Yes,Yes i know this has been posted before, but i am here to teach people HTML from scratch.
Ok To Start off, you will probly need a basic guide on how and what HTML is and what it stand's for.
HTML stands for HyperText Markup Language
And basically HTML is a language, for computer's. Like we have our own language to communicate with eachother. Well they call there language HTML and HTML is a code that has to be reconized by computers. For example, if you went to "www.habbohotel.co.uk" if you right click, then click "view source" and it will show you a code. That code is a special code called HTML. And it is what you need to type up to create your own website.
Sound confusing? Well it isnt trust me. Follow my steps , Step by step and take it in bit by bit.
Ok, now actually writing HTML, You need to know what to write your HTML in. Mostly I use notepad, you can use anything such as padnote. NOT Word, word is a program designed to help you. Notepad isnt.
Ok, First of all, you need a starting link. To start off, you need to know what to start off with. Every Peice of HTML Starts with a "<" And ends in a ">".
And you do two of these. So a starting link to start off your website, you will need to write a tag saying "<HTML>" This link tells the computer to start off my website and to start my homepage. And after you use another tag, </HTML>. Ok now your notepad, or whatever program your using should look like this:
<HTML>
</HTML>
Now you need another tag . This one will look lik <HEAD> & </HEAD>.These tags hold all of the document's header information, such as the title of the document and such. But, you don't have to worry about that. Just know that you need to put in a pair of HEAD tags, and know that any information put here is not seen by the web browser:
<HTML>
<HEAD>
</HEAD>
</HTML>
Now you will need to add " Tittle " Tags. These tell the web browser what to show on your info bar at the top of your screen.
Like on this screen on the " Habbox! Over 3 Million Hits "
So basically if you put " my website " on that bar it whould show up as, " my website "
I hope this helped you. - I will be putting up some more post's for more HTML and text. Also i have a few templates and i am willing to put the html code on too. But for now.
Good luck and i hope it helps.
Ok To Start off, you will probly need a basic guide on how and what HTML is and what it stand's for.
HTML stands for HyperText Markup Language
And basically HTML is a language, for computer's. Like we have our own language to communicate with eachother. Well they call there language HTML and HTML is a code that has to be reconized by computers. For example, if you went to "www.habbohotel.co.uk" if you right click, then click "view source" and it will show you a code. That code is a special code called HTML. And it is what you need to type up to create your own website.
Sound confusing? Well it isnt trust me. Follow my steps , Step by step and take it in bit by bit.
Ok, now actually writing HTML, You need to know what to write your HTML in. Mostly I use notepad, you can use anything such as padnote. NOT Word, word is a program designed to help you. Notepad isnt.
Ok, First of all, you need a starting link. To start off, you need to know what to start off with. Every Peice of HTML Starts with a "<" And ends in a ">".
And you do two of these. So a starting link to start off your website, you will need to write a tag saying "<HTML>" This link tells the computer to start off my website and to start my homepage. And after you use another tag, </HTML>. Ok now your notepad, or whatever program your using should look like this:
<HTML>
</HTML>
Now you need another tag . This one will look lik <HEAD> & </HEAD>.These tags hold all of the document's header information, such as the title of the document and such. But, you don't have to worry about that. Just know that you need to put in a pair of HEAD tags, and know that any information put here is not seen by the web browser:
<HTML>
<HEAD>
</HEAD>
</HTML>
Now you will need to add " Tittle " Tags. These tell the web browser what to show on your info bar at the top of your screen.
Like on this screen on the " Habbox! Over 3 Million Hits "
So basically if you put " my website " on that bar it whould show up as, " my website "
I hope this helped you. - I will be putting up some more post's for more HTML and text. Also i have a few templates and i am willing to put the html code on too. But for now.
Good luck and i hope it helps.