<html>
<head>
<style>
h1 {
border-style: dotted;
}
div {
border-style: dotted;
}
</style>
</head>
<body>
<h1>A Heading with a dotted border</h1>
<div>A div element with a dotted border.</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_border-style by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:59:53 GMT -->
</html>