代码示例:(标识:css_border-top)
<!DOCTYPE html>
<html>
<head>
<style>
p {
  border-style: solid;
  border-top: thick double #ff0000;
}
</style>
</head>
<body>

<p>这是段落中的一些文本。</p>

</body>
</html>
运行结果: