xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style>
p
{
border-style:solid;
border-bottom-width:15px;
}
</style>
</head>
<body>
<p><b>注意:</b> "border-bottom-width" 属性单独使用无效. 要先使用 "border-style"属性设置borders .</p>
</body>
</html>