HTML Element Style How to - Set border color for HR element








Question

We would like to know how to set border color for HR element.

Answer


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

The code above is rendered as follows: