10-25-2009, 03:38 AM
It's more used for when you want to call a CSS function.
You would use something like:
It would call whatever attributes you specified in your CSS file under the body name.
It's also used a lot when adding a Javascript script in or things of that nature.
You would use something like:
Code:
<div id="body">
It would call whatever attributes you specified in your CSS file under the body name.
It's also used a lot when adding a Javascript script in or things of that nature.