这里介绍一些在线的Accessibility和General Developer工具,可以帮助你更快、更好地构建符合web标准的XHTML文件.
只要输入你的简单结构,就会输出一个正确的XHTML文挡。
以下是引用片段: wrapper header logo search body content-main content-footer footer |
以下是引用片段: <!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> |
这样一个最基本的布局结构就出来了,余下的部分应该自己做了,不然全是DIV标签了。
地址
更容易从单选按钮中选取。
地址
创造一个具有亲和力的表格.
地址
创造一个具有亲和力的表单.
地址