Tag Archive | "CSS"

Taking Shortcuts with Internal Style Sheets

Sunday, March 22, 2009

Comments Off on Taking Shortcuts with Internal Style Sheets

As simple as it is, I can never remember the syntax for defining a block of css within html. It is of course better practice to put your css in a seperate file and reference it. However, here is sample snippet to define internal style(s): PLAIN TEXT HTML: "text/css" body {color: blue} a {color: blue; […]

Continue reading...