Now, Just to start of with HTML means Hypertext Markup Language. It's widely used along with other coding languages such as PHP. (Hypertext Preprocessor )
Now, to the HTML
ALL HTML documents should start of with the simple <html> tag.
Once you have written this tag we must move on to the head. Inside the head tag goes things such as <title><script> and other various things.
So thats the head! lets see what it should look like if you've written it correctly...
<html>
<head>
<title> This is the title that shall be shown at the top, E.G Habbo </title>
<head>
Note I haven't closed the <HTML> tag, this mustn't be closed until the end of the document.
Now, when your writing the actual stuff you want to appear on the page, you need to write the <body> tag.
Inside the body tag goes just about everything that is going to be displayed. Here's some useful tags that you might want to use:
<b></b> Anything placed within this tag, shall appear as Bold Writing
<i></i> Anything placed within this tag, shall appear as [i] Italic Writing [/b]
Origanlly Posted On Yourhabbo.co.uk and clubhabbo.net





Reply With Quote






