CSS OVERVIEW

CSS OVERVIEW

Cascading Style Sheets, commonly referred to its acronymn as CSS, is a design language intended to simplify the process of making web pages presentable. This is a prior language for Software Engineers specially when they are working in Web Development.

REASON FOR CSS?

Cascading style sheet is used to control and design a web document. CSS has several versions such as CSS1,CSS2 and CSS3, CSS3 is the current version now.

Advantages of learning CSS

  • Create Stunning Web site: CSS handles the look and feel part of a web page. Using CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used, layout designs,variations in display for different devices and screen sizes as well as a variety of other effects
  • Starter: To start as a professional web designer, HTML and CSS designing is a must skill.
  • bControl Web CSS: is easy to learn and understand but it provides powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the markup languages HTML or XHTML.
  • Learn Other Languages: When you get an understanding of HTML and CSS then other related languages like javascript, php, or angular becomes easy to understand. Hello World using CSS.

  •       
                        <!DOCTYPE html>	 
    <html>
    <head>
    <title>css introduction</title>
    <style>p {color: #36CFFF;} </style>
    <head>
    <body>
    
    <p>WELCOME TO DAKTIVAH<p>
    
    </body>
    </html>
                        

    The Use of CSS

    TNow that we know that CSS is one of the most widely used style language over the web. Here is a few other use of CSS you should know about.

    • CSS saves time: You can write CSS once and then reuse same sheet in multiple HTML pages.
    • Pages load faster: If you are using CSS, you do not need to write HTML tag attributes every time. Just write one CSS rule of a tag and apply it to all the occurrences of that tag. So less code means faster download times.
    • Change made easy: To make a global change, simply change the style,and all elements in all the web pages will be updated automatically.
    • Superior styles to HTML: CSS has a much wider array of attributes than HTML, so you can give a far better look to your HTML page in comparison to HTML attributes.
    • Compatibility to multiply device: Style sheets allow content to be optimized for more than one type of device. By using the same HTML document, different versions of a website can be presented for handheld devices such as PDAs and cell phones or for printing.
    • Global web standards: Now HTML attributes are being deprecated and it is being recommended to use CSS. So its a good idea to start using CSS in all the HTML pages to make them compatible to future browsers.
    • Attractive blogs and websites: CSS helps both students and other professionals who want to make their websites or personal blogs more attractive.

    Prerequisites

    In order to use CSS You should be familiar with:

    • Basic word processing using any text editor.
    • How to create directories and files.
    • How to navigate through different directories.
    • Internet browsing using popular browsers like Internet Explorer or Firefox.
    • Developing simple Web Pages using HTML or XHTML.

    NOTE: The World Wide Web Consortium, or W3C is a group that makes recommendations about how the Internet works and how it should evolve.

    Who Creates and Maintain CSS?

    CSS is created and maintained through a group of people within the W3C called the CSS Working Group. The CSS Working Group creates documents called specifications. When a specification has been discussed and officially ratified by the W3C members, it becomes a recommendation. These ratified specifications are called recommendations because the W3C has no control over the actual implementation of the language. Independent companies and organizations create that software. NOTE − The World Wide Web Consortium, or W3C is a group that makes recommendations about how the Internet works and how it should evolve.

    CSS Versions

    Cascading Style Sheets level 1 (CSS1) came out of W3C as a recommendation in December 1996. This version describes the CSS language as well as a simple visual formatting model for all the HTML tags. CSS2 became a W3C recommendation in May 1998 and builds on CSS1. This version adds support for media-specific style sheets e.g. printers and aural devices, downloadable fonts, element positioning and tables. now we have CSS3 a more advance version that was built on CSS2.

    Dess App

    DessApp is an Integrated E-learning Education, Interactive and User-friendly features, smarter options and redefining your school costs effectively and efficiently.

    View
    1 1