mirror of https://github.com/rjbasitali/tutorials
452 B
452 B
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.