CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and structuring web pages (HTML or XML). This language contains coding elements and is composed of these “cascading style sheets” which are equally called CSS files (. css).
So, what is the difference between HTML and CSS? Quite simply, HTML (Hypertext Markup Languanges) is used to create the actual content of the page, such as written text and CSS (Cascade Stying Sheets) is responsible for the design or style of the website, including the layout, visual effects and background color.
Where to learn? Link: W3schools CSS
Here the sample how CSS code written.


Comments
Post a Comment