tutorials/css/the complete guide/01. getting_started.md

18 lines
452 B
Markdown

# Getting Started
## What is CSS?
CSS stands for *Cascading Style Sheets*, and is used to style HTML elements.
Use the `<style>` tag to style HTML elements.
## History
Current version of CSS3 which is still under development. There won't be a version 4, as the features in CSS is now being developed as modules.
## Prerequisites
Basic HTML knowledge.
## Tools
Visual Studio Code as IDE, and Google Chrome as browser with chrome developer tools.