We would like to know how to set Line background.
<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
hr {<!-- www . jav a 2s . c o m-->
height: 2px;
background-color: #ed1d61;
border: none
}
</style>
</head>
<body>
<hr />
</body>
</html>
The code above is rendered as follows: