Important: W3BlackList has been discontinued, the website is read-only and not updated any more.

W3blacklist documentation

Websites list

Websites list shows all websites in database, with search bar.
Only approved websites are displayed.
By clicking on a website, detail are displayed.

Website detail

All info about website are displayed.
It is possible to create an alert in order to receive mail for any changes on website (a new comment does not send alert mail).

Submit a website

A form lets you add a website (personal pages are NOT allowed).
Thanks for checking that website is not already in database. See FAQ for questions about submitting new websites.

Standards goal

Allow anyone to freely access information, independently of the software or hardware used, even if the person suffers from disabilities (sight impairments, etc.).

Advantages of standards

Possibilities of standards

A common misconception is that websites compliant to standards are dull, poorly designed and not eye-candy. That's completely wrong. The standards support a wide range of possibilites that match the most advanced HTML or JavaScript code. Just have a look at those links for examples:

Why would people not just use the same browser? It'd fix problems

There's many reasons why people don't use the same program to achieve the same task. Those reasons are pretty much the same as why we are not all dressed the same way or don't own the same brand and model of cars.

Those reasons are:

Create your own site: the basic tips

If you plan to write a new site from scratch, then it is highly adviced to use XHTML to write it. Don't be afraid, XHTML is pretty close to traditional HTML except on some major points.

First, in XHTML, the layout & style are separeted from the content. Basically, XHTML pages only stored the content of your site and the style is stored in CSS pages. This means you should not use any <font> tags for text rendering and avoid using tables for the layout.

The other main difference with HTML is that tags are case-sensitive and must be written in lower case (<strong> is correct, <STRONG> is not). Also, each tag opened must be closed (<p></p> is correct, <p> is not).

Tutorials about XHTML and CSS are available at http://www.w3schools.com. Practical CSS examples are available at digital-web.com, thenoodleincident.com and pompage.net (in French).

XHTML and CSS are not a problem for old browsers. The code they don't understand will simply be ignored and won't cause troubles accessing the site. Only the layout/design may be altered, but the site's content stays fully readable.

P.S.: don't lose your time with Internet Explorer 4 and Netscape 4 browsers, they're not conform at all, and should be forgotten forever.

Contact the webmasters of problematical sites

See here for template letters.