首页htmlhrHTML Element Style - 如何设置HR元素的边框颜色

HTML Element Style - 如何设置HR元素的边框颜色

我们想知道如何设置HR元素的边框颜色。

<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <hr style="border-top: 1px solid skyblue; border-bottom: none; width: 559px; height: 0px;" />
</body>
</html>