|
I was originally referring to the style tag (embeded style), but also added the style attribute on an element tag I gave the example of (inline style)
The question is, would you say that a document that includes styles like that "uses CSS" or "Does not use CSS"? In terms of comparing a document that is "plain html" to an "html with css" page.
Note that I am not saying "has a stylesheet" or "has an external stylesheet", just "uses CSS".
I was having a debate with a coworker about this when I said that CSS allows you to do things that HTML alone doesn't have the facilities to (floating divs, background colors on any element, etc). She believes that if you don't use an external stylesheet that it's not CSS. I beg to differ and say that if you include CSS inline or embeded, it's still CSS, just like if you include javascript it's still javascript.
Last edited by Se7enLC; 11-25-2008 at 02:14 AM..
|