Errr, "inline" was the wrong word. What I meant was "lines of code rather than a link to a separate file".
I usually put all CSS and JS in external files. Occasionally, very occasionally, there will be a couple of lines of css or js in the head section for something specific to that one page.
Even rarer still will be to add css or js directly to elements in the body.
topr8
3:03 pm on Dec 3, 2012 (gmt 0)
ok, sorry, i suspected that's what you meant! - thought i might have been missing something though!
me too though, css is in extrenal sheets unless there is something that is so specifically for one page only and then i might code it into the header.
coopster
1:52 pm on Dec 4, 2012 (gmt 0)
HTML5 specs can be a helpful resource too. [whatwg.org...]