<html>
<head>
<style>
p {
border-style: solid;
border-top-color: #ff0000;
}
</style>
</head>
<body>
<p>This is some text in a paragraph.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_border-top-color by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:05 GMT -->
</html>