App下載
首頁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>