Results 1 to 5 of 5

Thread: Basic CSS Tutorial

  1. #1
    Nicky s's Avatar
    Nicky s is offline Moderator
    Join Date
    Jan 2010
    Location
    UK - GrowaDollar
    Posts
    227

    Wink Basic CSS Tutorial

    What is CSS?

    * CSS stands for Cascading Style Sheets
    * Styles define how to display HTML elements
    * Styles were added to HTML 4.0 to solve a problem
    * External Style Sheets can save a lot of work
    * External Style Sheets are stored in CSS files

    Styles Solved a Big Problem

    HTML was never intended to contain tags for formatting a document.

    HTML was intended to define the content of a document, like:

    <h1>This is a heading</h1>

    <p>This is a paragraph.</p>

    When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.

    To solve this problem, the World Wide Web Consortium (W3C) created CSS.

    In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.

    All browsers support CSS today.

    CSS Saves a Lot of Work!

    CSS defines HOW HTML elements are to be displayed.

    Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in a Web site, just by editing one single file!

    CSS Introduction

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  2. #2
    arddi2007 is offline Banned
    Join Date
    Aug 2010
    Location
    Europe
    Posts
    226

    Default

    Thanks!

    Yes, it's true. CSS saves a lot of time and work.

  3. #3
    SeaTownJosh is offline Banned
    Join Date
    Aug 2010
    Posts
    241

    Default

    Thanks for the review i totaly understand now and get what your saying.

  4. #4
    Nicky s's Avatar
    Nicky s is offline Moderator
    Join Date
    Jan 2010
    Location
    UK - GrowaDollar
    Posts
    227

    Default

    im glad i could help

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  5. #5
    Rocketeer's Avatar
    Rocketeer is offline Member
    Join Date
    Jan 2011
    Location
    USA
    Posts
    30

    Default

    CSS is wonderful, though I do find myself feeling nostalgic for the old days with guestbooks, animated gifs, tables, iframes, and those pesky sites that had "UNDER CONSTRUCTION" permanently displayed on their websites.

    Ahh... Geocities, I miss you.

Similar Threads

  1. Basic HTML Tutorial
    By Nicky s in forum Coding
    Replies: 1
    Last Post: 01-06-2011, 05:12 AM
  2. Basic PHP Tutorial
    By Nicky s in forum Coding
    Replies: 2
    Last Post: 01-06-2011, 04:42 AM
  3. Basic JavaScript Tutorial
    By Nicky s in forum Coding
    Replies: 0
    Last Post: 07-13-2010, 03:07 PM
  4. Basic PHP Login
    By poblo10 in forum Coding
    Replies: 0
    Last Post: 03-26-2010, 03:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •