Installation

Installation

CSS does not require any installation other than a web browser. CSS code can be run (interpreted) by all moderm web browsers, e.g. Chrome, Firefox, Edge, Internet Explorer, etc.

CSS code can be embedded inside an HTML file (inline and internal CSS) or stored in a seperate file (external CSS). These external files are given a .CSS file extension, e.g. style.css.