{"id":3082,"date":"2020-09-20T13:44:33","date_gmt":"2020-09-20T18:44:33","guid":{"rendered":"https:\/\/cssnewbie.com\/?p=2560"},"modified":"2020-09-20T13:44:33","modified_gmt":"2020-09-20T18:44:33","slug":"what-does-css-stand-for","status":"publish","type":"post","link":"https:\/\/cssdeck.com\/blog\/what-does-css-stand-for\/","title":{"rendered":"What Does CSS Stand For?"},"content":{"rendered":"<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-2563 size-large\" src=\"https:\/\/cssnewbie.com\/wp-content\/uploads\/2020\/09\/238-1024x650.jpg\" alt=\"What does CSS stand for\" width=\"1024\" height=\"650\" \/><\/p>\n<p>Cascading Style Sheets(CSS) is the keystone technology alongside HTML and JavaScript. CSS is a style sheet language used to manifest the elements of HTML with colors, fonts, etc. This effectively means that we can determine the visual appearance of HTML elements. Ordinarily, we store the external files as .css files, but it can also be used within the HTML code.<\/p>\n<h3>Brief History Of CSS<\/h3>\n<p>The existence and usage of stylesheets can be traced to the 1980s for Standard Generalised Markup Language (SGML). CSS was proposed on October 10, 1994, by \u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/H%C3%A5kon_Wium_Lie\">H\u00e5kon Wium Lie<\/a>. 12 years later we had CSS1 published and officially on the W3C Recommendation list. <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bert_Bos\">Bert Bos<\/a> was also credited as the developer of this version. From there on, after multiple revisions and makeovers with several versions and sub-versions, at present, we have CSS3 in use. W3C Community Group will define the documents and resources for the next versions.<\/p>\n<h3>Uses Of CSS<\/h3>\n<p>In the early days, tags like &lt;b&gt; for bold, &lt;i&gt; for italic were used in HTML to style the sheet and the page was left on the mercy of the browser. This restricted the area on the page which is being styled. CSS on the other hand will write a separate file &amp; saves a lot of time &amp; work. Wherever required it can also be used with any XML language.<\/p>\n<p>CSS gives easy accessibility, well-managed images, animation handlings, compatible e-commerce webpages &amp; web maintenance.<\/p>\n<h3>How To Create A CSS File<\/h3>\n<p>We shall learn this using an algorithmic approach, follow the steps and code as given below:<\/p>\n<p>Write an HTML code with styling inside the &lt;style&gt; tag.<\/p>\n<p>&nbsp;<\/p>\n<pre>&lt;html&gt;\n  &lt;head&gt;\n    &lt;title&gt; CSS stands for &lt;\/title&gt;\n    &lt;style&gt;\n\n    h1{\n    text-align: center;\n    }\n    p{\n    color: blue;\n    font-size: 32px;\n    }\n    #check{\n    color: green;\n    }\n\n    &lt;\/style&gt;\n  &lt;\/head&gt;\n\n  &lt;body&gt;\n    &lt;h1&gt; I am centered because of CSS &lt;\/h1&gt;\n      &lt;p&gt; I am blue and with h1 size because of CSS &lt;\/p&gt;\n      &lt;div id=\"check\"&gt; I am green and my id was used to call me. &lt;div&gt;\n  &lt;\/body&gt;\n\n&lt;\/html&gt;<\/pre>\n<p>Well, now copy the part of code inside the &lt;style&gt; tag into a CSS pane &amp; save it with .css extension in the same directory. Do not copy the &lt;style&gt; tag.<\/p>\n<pre>h1{\ntext-align: center;\n}\np{\ncolor: blue;\nfont-size: 32px;\n}\n#check{\ncolor: green;\n}<\/pre>\n<p>Do observe the string before braces { }. We can use the elements to style the content in it as \u2018h1\u2019 or \u2018p\u2019 . Or else we can give an id to the tag, like \u2018check\u2019 given to the div tag. One can use the same id for multiple tags. In CSS we use \u201c#\u201d or \u201c.\u201d while styling the tags with id. Here we have used \u201c#\u201d.<\/p>\n<p>Remove the &lt;style&gt; block from the HTML code.<\/p>\n<p>Add &lt;link&gt; tag with \u2018href\u2019 and \u2018type\u2019 attributes to call the saved CSS file in the HTML code.<\/p>\n<p>&lt;link href= \u201c____.css\u201d type= \u201ccss\u201d&gt;<\/p>\n<p>Run it in the browser and you may see the output as below:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-2561 size-full\" src=\"https:\/\/cssdeck.com\/blog\/wp-content\/uploads\/2020\/09\/CSSfile.png\" alt=\"What does CSS stand for\" width=\"1440\" height=\"376\" \/><\/p>\n<h3>What Is The Best Way To Learn CSS<\/h3>\n<p>HTML5 is the fundamental language that shall be practiced and learned. You can take the help of articles in <a href=\"https:\/\/www.inserthtml.com\/\">inserthtml<\/a> and code on <a href=\"https:\/\/codepen.io\/\">CodePen<\/a> with basic codes of HTML at first. Further, you can increase the length of the code which will necessitate the use of CSS in the code, and then start separating the CSS part into an external file. This way you will learn to use links to call them.<\/p>\n<p>Well, it sounds simple and achievable and it is so actually. For an agile coder, I would recommend checking every article on this website to learn the properties and functions of the CSS.<\/p>\n<p>Later on, for writing clean and universal codes one shall refer to<a href=\"https:\/\/www.w3.org\/\"> W3C<\/a>. In all, I\u2019m sure you will learn a lot moving ahead.<\/p>\n<h3>Conclusion<\/h3>\n<p>In this tutorial, we saw what does CSS stand for. It is important to know the context behind any language that you use. This makes it easier to learn the purpose and usability of a language.<\/p>\n<p>You can find some <a href=\"http:\/\/cssnewbie.com\/toc\/\">basic techniques of CSS<\/a> here! To learn such other tutorials, subscribe to our <a href=\"http:\/\/www.cssnewbie.com\">blog<\/a>!<\/p>\n<h3><code><\/code><\/h3>\n<div class=\"wp-socializer wpsr-share-icons \" data-lg-action=\"show\" data-sm-action=\"show\" data-sm-width=\"768\" ><h3>Share and Enjoy !<\/h3><div class=\"wpsr-si-inner\"><div class=\"wpsr-counter wpsrc-sz-32px\" style=\"color:#000\"><span class=\"scount\"><span data-wpsrs=\"\" data-wpsrs-svcs=\"facebook,twitter,linkedin,pinterest,print,pdf\">0<\/span><\/span><small class=\"stext\">Shares<\/small><\/div><div class=\"socializer sr-popup sr-32px sr-circle sr-opacity sr-pad sr-count-1 sr-count-1\"><span class=\"sr-facebook\"><a rel=\"nofollow\" href=\"https:\/\/www.facebook.com\/share.php?u=\" target=\"_blank\"  title=\"Share this on Facebook\"  style=\"color: #ffffff\" ><i class=\"fab fa-facebook-f\"><\/i><span class=\"ctext\"><span data-wpsrs=\"\" data-wpsrs-svcs=\"facebook\">0<\/span><\/span><\/a><\/span>\n<span class=\"sr-twitter\"><a rel=\"nofollow\" href=\"https:\/\/twitter.com\/intent\/tweet?text=%20-%20%20\" target=\"_blank\"  title=\"Tweet this !\"  style=\"color: #ffffff\" ><i class=\"fab fa-twitter\"><\/i><\/a><\/span>\n<span class=\"sr-linkedin\"><a rel=\"nofollow\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=\" target=\"_blank\"  title=\"Add this to LinkedIn\"  style=\"color: #ffffff\" ><i class=\"fab fa-linkedin-in\"><\/i><\/a><\/span>\n<span class=\"sr-pinterest\"><a rel=\"nofollow\" href=\"https:\/\/www.pinterest.com\/pin\/create\/button\/?url=&amp;media=&amp;description=\" target=\"_blank\"  title=\"Submit this to Pinterest\"  style=\"color: #ffffff\" data-pin-custom=\"true\"><i class=\"fab fa-pinterest\"><\/i><span class=\"ctext\"><span data-wpsrs=\"\" data-wpsrs-svcs=\"pinterest\">0<\/span><\/span><\/a><\/span>\n<span class=\"sr-print\"><a rel=\"nofollow\" href=\"https:\/\/www.printfriendly.com\/print?url=\" target=\"_blank\"  title=\"Print this article \"  style=\"color: #ffffff\" ><i class=\"fa fa-print\"><\/i><\/a><\/span>\n<span class=\"sr-pdf\"><a rel=\"nofollow\" href=\"https:\/\/www.printfriendly.com\/print?url=\" target=\"_blank\"  title=\"Convert to PDF\"  style=\"color: #ffffff\" ><i class=\"fa fa-file-pdf\"><\/i><\/a><\/span><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<\/p>\n<p>Cascading Style Sheets(CSS) is the keystone technology alongside HTML and JavaScript. CSS is a style sheet language used to manifest the elements of HTML with colors, fonts, etc. This effectively means that we can determine the visual appearance of HTML [&#8230;]<\/p>\n<p><a class=\"more-link article\" href=\"https:\/\/cssdeck.com\/blog\/what-does-css-stand-for\/\" title=\"Click to read 'What Does CSS Stand For?'\">Read Article<\/a><\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[168],"tags":[],"_links":{"self":[{"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/posts\/3082"}],"collection":[{"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/comments?post=3082"}],"version-history":[{"count":0,"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/posts\/3082\/revisions"}],"wp:attachment":[{"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/media?parent=3082"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/categories?post=3082"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cssdeck.com\/blog\/wp-json\/wp\/v2\/tags?post=3082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}