<html>
<head>
<style>
p {
border-left: 6px solid red;
background-color: lightgrey;
}
</style>
</head>
<body>
<h2>The border-left Property</h2>
<p>This property is a shorthand property for border-left-width, border-left-style, and border-left-color.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_border_left by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 31 Mar 2021 13:04:45 GMT -->
</html>