Oneness - True Faith
Tags: Guide  Web-Design  Understanding  W3C  Code  Faults 
   [Wiki A Zine :: Wiki-Main-Index :: This page]

W3C Compliant

What is W3C Compliant?

It means there is certain requirement for the web to keep all browser to have guideline to work to.

Now on this......people make repeated mistakes. Some of these include:

Breaks need closing ''
'.$this->xoops_codeHighlight($this->codeSanitizer(''.base64_encode('
Correct
wrong ').''), '').'
'' Lines need ending ''
'.$this->xoops_codeHighlight($this->codeSanitizer(''.base64_encode('
Correct
wrong ').''), '').'
'' alts need adding to all images (can be blank yet needs to be there) ''
'.$this->xoops_codeHighlight($this->codeSanitizer(''.base64_encode(' alt="" ').''), '').'
'' Inputs need closing, unless over a certain form ''
'.$this->xoops_codeHighlight($this->codeSanitizer(''.base64_encode(' ').''), '').'
'' There is loads more... ''
'.$this->xoops_codeHighlight($this->codeSanitizer(''.base64_encode(' Will add some more when can remember, what others forget ').''), '').'
''
Last modified: 11.04.10 by wizanda