边距宽度和边距高度指定 body 标签中的页边距大小,仅适用于 Netscape Navigator。Internet Explorer 忽略这些值,而是使用“左边距”和“顶部边距”。
给某个元素设置了css的上下左右边距,表示该元素与它周边元素的间距。
table {
table-layout: fixed;
word-wrap:break-word;
overflow: hidden;
}
div {
word-wrap:break-word;
word-break:break-all;
word-wrap:break-word;
}
这个是设置全英文内在在满足容器的宽度后自动换行的css。