<html>
<head>
<style>
div {
border-style: solid;
border-left-style: none;
}
</style>
</head>
<body>
<div>A div element with no left border.</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_border-left-style5 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:42 GMT -->
</html>