在HTML中,你可以不需要给属性值加引号,但是在XHTML中,它们必须被加引号。例如:
<div style=height:80px></div> <div class=abc></div>
必须修改为:
<div style="height:80px"></div> <div class="abc"></div>
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/w3c/w52617.shtml
在HTML中,你可以不需要给属性值加引号,但是在XHTML中,它们必须被加引号。例如:
<div style=height:80px></div> <div class=abc></div>
必须修改为:
<div style="height:80px"></div> <div class="abc"></div>
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/w3c/w52617.shtml