What is CSS?
It is abbreviation for Cascading Style Sheet.
Adding CSS to our html document will transform you into a beautiful website.
We have seen it before in the html table tag class, but let's check the difference again.
For example, website of css zengarden
next image is main page of css zengarden webpage
The image below shows when we remove the style effect. Only HTML documents will be shown.
how is it? You notice a difference? Now you know what style sheets are? You do not know? Let's take a look at google as well.
When a plain document meets a style sheet, it becomes a beautiful web page.
So let’s learn CSS with me! Beautiful! Let’s go!