Archive

Posts Tagged ‘HTML’

XHTML & CCS Validation

September 8th, 2008

Since I have just validated my hosting site (7spire.com) I thought I would tell you how to validate your own site.

Info:
Validation checks your code to see that it comply’s with the web standards. Internet browsers such as Internet Explorer and Mozilla Firefox also keep to these web standards (although they also have their own code..) so making sure your code in valid means users should be able to view it fine in whatever internet browser they may have..

How:
Visit this link for HTML validation – http://validator.w3.org/
or this link for CSS validation – http://jigsaw.w3.org/css-validator/

Type in your website address in the Address box and click Check.

If your website is already valid, it will tell you and give you some code that you can add to your site to show others your site is valid but that’s not required. If your site is not valid you will get a list of the problems and advice on how to fix it.

How many errors did you get?

admin CSS, HTML , , ,