How to Validate CSS Pages

So you've learned CSS and created style sheets to replace bulky HTML code. Something's not quite right and you want to make sure you're putting everything in the right place. You can check your CSS code using a free, easy Internet application.

Things You'll Need

  • Web page design files that you've written
Show More

Instructions

    • 1

      Collect the urls of the pages you have designed.

    • 2

      Locate the website of the W3C on the Internet. The W3C is an organization set up to help designers with universal design standards for the web.

    • 3

      Click on the link for the 'CSS Validator' located on the left side of the home page.

    • 4

      Put one of your urls into the text box on the Validator page.

    • 5

      Hit the 'Check' button.

    • 6

      Record any errors on the page that appears and look at the code modules the validator referenced.

Tips & Warnings

  • Make sure your url has CSS content to check. It can be difficult to separate CSS from other design elements, but the code can be put in a specific place, or even in separate files for better access.

  • Don't enter more than one url at a time.

  • If you need more information on types of errors, find explanations on the site or look for a good CSS book.

Related Searches:

Resources

Comments

You May Also Like

  • How to Validate Your Website

    Validating your website helps in many ways. From making it load right / the same in all browsers to helping you in...

  • How to Validate a Text Field With Dreamweaver Spry Form Widgets

    Dreamweaver CS3 comes with some Spry validation widgets for forms. In this article you will learn how to validate a text field...

  • How to Find Free CSS Layouts for a Website

    There are online sources of well-designed, attractive, CSS-based layouts that will help you get a standards-based website up and running with ease....

  • CSS Tutorial

    Cascading Style Sheets (CSS) is a method used to control the layout of web pages. The styles control the font, background color...

  • Tutorial for Spry Form Validation

    Adobe's Dreamweaver web design software allows web developers to use Spry Validation Text Field widgets to create forms that display updated information...

  • Working With HTML and CSS

    Working With HTML and CSS.HTML (HyperText Markup Language) and CSS (Cascading Style Sheets) work together to produce websites. Although there is much...

  • How To Make Tables in CSS

    Creating tables using Cascading Style Sheets (CSS) is an advanced way of displaying data or to create a page layout. CSS allows...

  • How to Burn CSS DVDs

    CSS is a copy-protection format installed on most retail DVDs that prevents most software applications from copying the discs. Yet anyone who...

  • How to Create CSS Classes for Web Page Layouts

    Classes of Cascading Style Sheets (CSS) allow web designers to assign similar attributes to multiple HTML tags without having to create entries...

Related Ads

Featured