标签:无效 否则 字体大小 ack 设置 nbsp auto canvas 居中
2、块元素(<h2><p>等)设置margin: 0px auto无效,因为其本身就占了整行。要使其文字居中,要用text-align: center 3、<div width=“300” height=“300” style=“background: red;”> <div style=“width: 300px; height:300px; background:red; ”> 两者等价,但width=“300px”会抛出一个错误 5、一个页面中只能有一个autofocus属性 6、<div style=“font-size: 18px; ”>不会改变其中<h2><h3>的字体大小 7、margin: 0px auto;必须设置width,display: block ,否则无效 <img>自带width,如果在外层设置了width,出错 8、涉及到<canvas>元素的宽高只能用<canvas width=“” height=“”></canvas> 9、<span>是行内块级元素
标签:无效 否则 字体大小 ack 设置 nbsp auto canvas 居中
原文地址:http://www.cnblogs.com/jiaoxuanwen/p/6660375.html