1翔试、 font-weight 屬性
設(shè)置文本的粗細。
<html>
<head>
<style type="text/css">
p.normal {font-weight: normal} //相當于400
p.thick {font-weight: bold} //相當于700
p.thicker {font-weight: 900}
</style>
</head>
<body>
<p class="normal">This is a paragraph</p>
<p class="thick">This is a paragraph</p>
<p class="thicker">This is a paragraph</p>
</body>
</html>
2蚁吝、overflow 屬性
設(shè)置溢出內(nèi)容的顯示方式旱爆,以及是否顯示滾動條等。
- visible 默認值窘茁。內(nèi)容不會被修剪怀伦,會呈現(xiàn)在元素框之外。
- hidden 內(nèi)容會被修剪山林,并且其余內(nèi)容是不可見的房待。
- scroll 內(nèi)容會被修剪,但是瀏覽器會顯示滾動條以便查看其余的內(nèi)容驼抹。
- auto 如果內(nèi)容被修剪桑孩,則瀏覽器會顯示滾動條以便查看其余的內(nèi)容。
- inherit 規(guī)定應(yīng)該從父元素繼承 overflow 屬性的值框冀。
3流椒、cursor 屬性
規(guī)定要顯示的光標形狀。