Wednesday, August 26, 2009

Embedded

* This was a quick tutorial recapping the basics of embedding CSS in the head tag of your HTML document.
* Embedded styles are not recommended for multiple page websites as the CSS styles are only applied to that particular document.
* Embedding your CSS is however good for blogs, gadgets, widgets and template driven sites.
* When embedding your CSS it is good practise to put your styles inside comments so that any browsers that do not support CSS can simply comment them out.

No comments:

Post a Comment