Style Tags
CSS Coding Tutorials | Submited Aug 26, 2007
Written by: John
If you're a true beginner to CSS and still dont understand what style tags are, then you should check this out. It'll help you understand how to use CSS just a little more.
Style tags are what is in
blue below. You should one have one pair of these, a starting tag and an ending tag, and not have them repeated throughout your profile. One is enough to have and if you have more it tends to load slower for 99% of dial up users and it may even load slower for you. so with that said this is what style tags are.
<style type="text/css">
all of your css coding goes here no < or > tags should be between here unless its used with html>body (but thats a totally different story)
</style>
CSS stands for Cascading Style Sheets and it's the best way to change the look and feel of your layout, if you want to learn it more in dept go
here