Browse
Home »
Main »
Hosting »
Templates »
Download »
Archive »
Contact »

sNews Garden
Accessibility »
lorem ipsum »
W3 Compliant »


Hosting
sNews Hosting 100
100 mb storage
1 gigabytes bandwidth
domains
More...

sNews Hosting 300
300 mb storage
5 gigabytes bandwidth
domains
More...

sNews Hosting 1 GB
1 gigabyte storage
10 gigabytes bandwidth
domains
More...

Feeds
Rss

Working on the code bellow in css only

 

 

 

W3 Compliant

Print Friendly Version

Here is just a short list of the benefits of compliant web sites:

- Improve user experience = Reduce page weight = Faster page load

- Increase page accessibility = Increase area of audience

- Maintain consistency in look and feel

- Provide easy to maintain pages = Reduce maintenance cost

- Forward browser compatibility = Stop the pain of designing for old browsers

Basic Web Standards

Use valid (X)HTML

Valid (X)HTML code is the first step toward more compatibility with browsers and better rendering on the latest ones. Sites that use valid (X)HTML also mean that they are easier to maintain and evolve. The W3C HTML Validator by W3Cis a great tool in validating your pages for valid (X)HTML.

Use valid CSS extensively

Avoid using presentational markup and keep all the layout features in well-defined CSS style sheets. Linked style sheets allow presentation to be decoupled completely from the page structure of your site, and lets you change quickly its layout and rendering. It also guarantees that everybody can adjust the rendering to their needs and tastes. The CSS Validator by W3C detects any non compliant use of the CSS technologies.

Use techniques to make your content accessible

Making a site accessible benefits all of your users, and broadens your current audience. This standard may be required by law in some countries if not now maybe in the near future.