CSS/Basic Code
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "Basic CSS Code") |
|||
| Line 1: | Line 1: | ||
| − | + | Link - defines the css page to include for formatting the page | |
| + | <nowiki><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</nowiki> | ||
Revision as of 01:33, 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