No comma needed in line 7 (#23214)

Grammatically, no comma is needed in line 7.
This commit is contained in:
Kowake
2018-11-17 00:51:03 -05:00
committed by Manish Giri
parent d883528f0a
commit af2da0ec1d

View File

@ -4,7 +4,7 @@ title: Cascading Style Sheets (CSS)
### Cascading Style Sheets (CSS) ### Cascading Style Sheets (CSS)
CSS is an acronym for Cascading Style Sheets. It was first invented in 1996, and is now a standard feature of all major web browsers. CSS is an acronym for Cascading Style Sheets. It was first invented in 1996 and is now a standard feature of all major web browsers.
CSS allows developers to control how web pages look by "styling" the HTML structure of that page. CSS allows developers to control how web pages look by "styling" the HTML structure of that page.