What is CSS?
The goal of Cascading Style Sheets (CSS) is to separate a Web page's style from its structure and to make it easier to maintain web pages that you've created. The structural element of a page such as headings (<h1> tough <h6>) and body text, don't have affect the look of those elements. By applying styles to those element's layout on the page and add design attributes (such as fonts, colors, and text indentation).
What CSS can do for your Web Page
In the current specification, CSS2.1, can:
- Specify font type, size, color, and effects.
- Set background colors and images.
- Control many aspects of the text layout, including alignment and spacing.
- Set margining and borders.
- Control List Display (How lists look
).
- Define table layout and display.
- Automatically generate content for such standard page elements such as counters and footers.
- Control cursor display.
- Dine aural style sheets for text-to-speech browser (such as opera)
That’s all for the moment, I hope new people learned what exactly CSS is.
Next lessons I will try to teach you how to make style sheets
Article writer; Kirth

.