Here are some online Accessibility and General Developer tools that can help you build XHTML files that comply with web standards faster and better.
Just enter your simple structure and a correct XHTML document will be output.
Here is a quote: wrapper header logo search body content-main content-footer footer |
Here is a quote: <!DOCTYPEhtmlPUBLIC-//W3C//DTDXHTML1.0Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd> <htmlxmlns=http://www.w3.org/1999/xhtmlxml:lang=enlang=en> <head> <metahttp-equiv=content-typecontent=text/html;charset=UTF-8/> <title>Yoursitenamehere</title> <linkrel=stylesheethref=styles.css/> </head> <body> <divid=wrapper> <divid=header> <divid=logo></div> <divid=search></div> </div> <divid=body> <divid=content-main></div> <divid=content-footer></div> </div> <divid=footer></div> </div> </body></html> |
This is the most basic layout structure. You should do the rest yourself, otherwise it will be all DIV tags.
address
Easier to select from radio buttons.
address
Create an accessible form.
address
Create an approachable form.
address