嗯……经过几个小时的修改,终于使 "This Page Is Valid XHTML 1.0 Strict!" 了,所有的文章都检查了一遍,应该没什么问题了,只不过关于 firefox 插件的那篇文章有点问题,不过是 warning

PS:一段有趣的代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Two pigs</title>

</head>
<body>
<div style="width:400px">
<div style="float:left"></div>
<!-- 神秘的分割线 -->
<div style="float:right;width:400px">↓这就是多出来的那只猪</div>
</div>

</body>
</html>


« older in this category

newer in this category »