Category:CSS: Difference between revisions

Content deleted Content added
Star651 (talk | contribs)
No edit summary
Star651 (talk | contribs)
marking CSS as a language
 
Line 1:
{{np language}}
Cascading Style Sheets, or CSS, is not a programming language. It is a computer language (commonly contained in either files with .css extensions, or in HTML files within <style> tags, or in HTML files as the value of style attributes for certain tags. It is used for visual appearance of web pages, usually changing the colors, borders, etc. of HTML elements.