View Full Version : I don't understand HTML at all! HELP ME!!


innocentkiss
07-24-2003, 05:03 PM
Hey I don't get it how is it normally set up? like I don't get the order and everything I am a lost cause, can someone help me??

freakEgurl
07-24-2003, 05:08 PM
<HTML>
<HEAD>
(insert css, titles tags here)
</head>
<body>
(insert your page here)
</body>
<html>


Thats preety much how it's set up. you use tags to format it, ad images and all that. search the forum for the tags.

willi
07-24-2003, 05:21 PM
well...u should start with the simple codes

<head> this won't show on the main page
<title> YOUR TITLE </title> this will show on the blue bit at the top of ur page
</head> this will end this part

<body> things inside this tag will show up on ur main page

//*<b> </b> - anything inside these tags becomes bold
<i> </i> - anything inside these tags becomes italic
<p> - is a paragraph break
<br> - is a new line
<center> </center> - will center anything inside the tags
<hr> will draw a horizontal line across the page

hex codes are a mixture of numbers and letters which make different colors such as "666666" or "FFFFFF" you don't need to learn them all just a few so u know the basic colors.

<font> tags will change the attributes to ur font
<font color="#B3B3B3"> will change the color of ur font to grey
<font size="2"> well pretty obvious it will change the size of text.
<font face="arial"> this will change the style of the text
</font> all font changes must end with this tag

<body bgcolor="#000000"> this will change the background color
<img src="put the URL of you picture here"> this will add a picture to ur page*//

</body> this will end the main page

well thats just the simpler codes...take time to practice these

Onyx
07-24-2003, 07:38 PM
http://www.lissaexplains.com/basics.shtml

and

http://www.lissaexplains.com/html.shtml

there. read those. itll help.

innocentkiss
07-24-2003, 08:53 PM
Wow ya'll make it sound easy, thank you! it helped me alot! all of it