CSS Tutorial I – What is CSS?

1 minute read

What is CSS?

CSS stands for Cascading Style Sheets and is used for making HTML pages nice and pretty.

How to Use CSS?

You define CSS in the beginning of an HTML document. Look at the following code:

 </p>

</p>

CSS Document

</head>

</p>

<div class=”page”>

Uses of CSS

  • Making Pages Pretty
  • Doing This
  • Makes Things Easier
  • </div>

    </body>

    </html>


    </td> </tr> </tbody> </table>

    This is the result of the code. Courtesy of www.cssdesk.com

     

     

    The CSS is in bold. Let’s take a look at the CSS in this code. There are 2 major sections of this document; the     //Concludes the CSS</td> </tr> </tbody> </table>

    Is Awesome</strong> </p>

    makes the graphics have value in it. You can incorporate Javascript within the graphics or whatever you please. Let’s look at what the
    does to the graphics. </p>
    <div class=”page”>      //This shows which section of the entire webpage you want to incorporate the following text in. </p>

    Uses of CSS

  • Making Pages Pretty
  • Doing This
  • Makes Things Easier
  • </div></td> </tr> </tbody> </table>

    That’s basically what CSS is about. A good CSS online editor to check out is cssdesk.com. You can read about it here. If you have any problems, feel free to comment.

    Leave a Comment