Log in

View Full Version : Basic HMTL Codes



xRoyal15
29-09-2005, 04:23 PM
Here are a few codes you will need to use html:

Html tags (For beggingers)
----------------------------------------------------------------------------------------
<html> = Start of the HTML document
</html> = End of the HTML document
<head> = The title of the document
</head> = End of the title
<body> = The main part of the HTML Document
</body> = The end of the main part of the document
----------------------------------------------------------------------------------------
Fonts and Colors:
<font face=''Font goes here''> = The start of a font
</font> = End of font
<font color="Hex code goes here''> = Start of a font color
</font> End of font color
<font face="Font goes here" color="Hex code goes here"> = Start of a font and color
</font> = End of font and color
<b> = Bold text
</b> = End of bold text
<i> = Italic text
</i> = End of Italic Text
<u> = Underline text
</u> = End of Underlining
----------------------------------------------------------------------------------------
Positioning Things:
<center> = Center of page
</center> = End of text in Center
<p align=''right''> = Text is at the right of the page
<p align=''left''> = Text is at the left of the page
</p> = End text at left/right of page
<p> = New paragraph
</p> = End of paragraph
<br> = Line break
</br> = End of line break
----------------------------------------------------------------------------------------
Making a Table:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> = Place at top to start table (only change if pro)
<tr> = Start of colum
</tr> = end of colum
<td width="20%">''Text goes here''</td> = A cell in the colum (put as many as you need n that colum)
</table> = End of the table

Robbie..
29-09-2005, 04:42 PM
Nice guide mate :)

xRoyal15
29-09-2005, 04:50 PM
Thanks. I will be making a more experienced one soon.

splintercell!
29-09-2005, 05:20 PM
Nothing special "/ and would have been better if you spelt the title right :S

Dan Williamson
29-09-2005, 07:00 PM
With any of them codes you can't do much special :s "/

Do more advanced HTML/Css/Php

Mentor
29-09-2005, 07:02 PM
There not realy codes there just a few random Tags "/

xRoyal15
30-09-2005, 02:52 PM
They are basic tags that may come in handy for some people

Mentor
30-09-2005, 05:15 PM
They are basic tags that may come in handy for some people
In what way, im use people can rember a 3 letter tag like <b> themselves "/

splintercell!
30-09-2005, 05:32 PM
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> = Place at top to start table (only change if pro)

YOu dont have to be pro to change that "/ and it would be better to just place it the top of the page or in a css file because then it will work in all tables you use..

мϊкэ
30-09-2005, 07:44 PM
YOu dont have to be pro to change that "/ and it would be better to just place it the top of the page or in a css file because then it will work in all tables you use..

rofl i could have changed that if i was still only learning html ;o

splintercell!
30-09-2005, 08:05 PM
exactly ;)

Hatake Kakashi
30-09-2005, 08:16 PM
Thanks for the guide +Rep

Flisker
30-09-2005, 09:06 PM
Good Guide +Rep

DJ-Chad
30-09-2005, 11:35 PM
People, if you wanna learn basic HTML, that's a great guide to learn. I have to recommend this to people rofl.

Want to hide these adverts? Register an account for free!