1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Start Learning To Code

Discussion in 'Web Development' started by Judia, Sep 16, 2009.

  1. Eugene Wolf

    Eugene Wolf New Member

    Regarding CSS, there is quite good tutorial at http://www.w3schools.com/css/default.asp
    To make working with CSS more efficient it's a good idea to use Bootstrap framework. It greatly accelerates and simplifies making web page layouts. 100% professional package used in many websites.
     
  2. Hello Dear,

    - CSS is a Casscadding stylesheet language.
    - That Describes the presentation of an HTML and XML language.
    - CSS describes how elements must be rendered on screen.

    CSS Basic Code -

    body {
    background-color: #d0e4fe;
    }

    h1 {
    color: orange;
    text-align: center;
    }

    p {
    font-family: "Times New Roman";
    font-size: 20px;
    }

    - Improve your CSS Codeing Knowlede Study about W3schools.com site
    - CSS code editer Dreamviewer and Notpade++ etc.
     
  3. aegisinfoways

    aegisinfoways New Member

    Hello

    Development your code knowledge daily read forum and use development knowledge provided best platform is w3schools.com