BASIC CSS
We want to learn what CSS is and how it simply works.
CSS is not easy for beginners to understand! You need to be patient in learning this language.
First of all CSS stands for
Cascading
Style
Sheets. It is used to give style to your content on page. Anything you see on my homepage, including colors, font types and sizes, backgrounds etc. are CSS Codes. So after learning HTML, it's needed to learn CSS too.
1. Start by copying the code below and put it in an HTML Box.
2. Now you can use the < h1 >, < h2 > and < h3 > tags to see how a CSS code can affect HTML. Copy the HTML code below and paste it into your website on the same page where you pasted the CSS code earlier.
3. Now you can see the differences between CSS and HTML. Try to edit the CSS Code on the first text box and see what happens to your TITLE 1 / TITLE 2 / TITLE 3.
Hope I could give you an example of how CSS actually works.