Whitelighter
02-26-2005, 11:51 PM
Inbetween the <body> and </body> tags...is there any specific order that the content has to be in? Cause I always get to coding that spot and then have no idea what I'm doing.
|
View Full Version : proper placement? Whitelighter 02-26-2005, 11:51 PM Inbetween the <body> and </body> tags...is there any specific order that the content has to be in? Cause I always get to coding that spot and then have no idea what I'm doing. Monkey Bizzle 02-27-2005, 12:01 AM Just make sure you properly nest tags. Like if you want to have Bob is a big fat bear. then make sure it is <u><b><i>Bob is a big fat bear.</i></b></u>. See how the tags are closed in the order that they are opened? |