CSS/Basic Code
From r00tedvw.com wiki
(Difference between revisions)
| Line 4: | Line 4: | ||
rel=stylesheet -- same as above | rel=stylesheet -- same as above | ||
href= -- points to the location</nowiki> | href= -- points to the location</nowiki> | ||
| + | General Format for most CSS | ||
| + | <nowiki>selector { | ||
| + | property: value; | ||
| + | }</nowiki> | ||
Revision as of 01:35, 12 September 2013
Link - defines the css page to include for formatting the page
<link type="text/css" rel="stylesheet" href="stylesheet.css"/> type=text/css -- defines the type of file rel=stylesheet -- same as above href= -- points to the location
General Format for most CSS
selector {
property: value;
}