I'm looking for definition of CSS Script / html code and what they all do. So far this is the best page I have found. http://www.w3schools.com/tags/tag_style.asp any other ideas?
References? For html the best one I've stumbled upon is december.com it's descriptive and provides examples. For CSS other then W3School you might want to try http://developer.mozilla.org/en/docs/CSS... it might not be exactly what you're looking for imho it is really helpful.
CSS isn't a script (since it's not a scripting or programming language). It's a presentational styling langauge that works alongside HTML, which is a structural markup language.
Dan is right. However, I believe that you were looking for a cheat sheet of sorts for css and HTML. In that case, check these out. CSS Cheat Sheet HTML Cheat Sheet