爲什麼不是這個XHTML有效? 的HTML:爲什麼不是這個XHTML有效?
<h2>earthquake warning <span>Posted 03/11/2009 at 2.05pm</span></h2>
的CSS:
h2 {
font: bold 20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
padding-bottom: 5px;
padding-top: 5px;
text-transform: uppercase;
}
h2 span {
font-weight: normal;
text-transform: none;
display: inline;
}
什麼驗證錯誤,你得到什麼?我們中的許多人都很小心點擊隨機鏈接... – 2009-11-19 01:09:53