<html>
<head>
<style>
.ex1 {
border-left-style: dotted;
border-left-color: #00ab55;
}
.ex2 {
border-style: solid;
border-left-color: #00ab55;
border-left-style: dotted;
}
</style>
</head>
<body>
<h1>The border-left-style property</h1>
<div class="ex1">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
</body>
</html>