闲来无事,把自己的几个小站进行了W3C标准的验证,修正了一些错误,以对得起网页上W3C的标志,下面是自己在验证过程中遇到的问题。
一、如果你的html是手写的,千万别把单词拼错,我有一次把content拼成了contact,相当低级的错误。
二、闭合所有标签。
- input标签也要以/结尾,<input type=”text” name=”size” id=”size” value=”” size=”10″ />
- <br />
- <img src=”” alt=”” />
三、如果<form></form>配合<table></table>使用,要把<form></form>写在外面。
<form>
<table>
<tr>
<td></td>
</tr>
</table>
</form>
近期评论