CSS Locations

External Stylesheet

externalcss

  1. Instructions for linking external style sheet.
    Create a new CSS document in Brackets instead of an HTML doc. Save in the same folder as index.html. In index.html doc, type the following:
    <link rel=”stylesheet” type=”text/css” href=”stylesheet.css” />

Embedded Stylesheet

embeddedcss

Inline Stylesheet

inlinecss