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