<!DOCTYPE html>
<html>
<head>
<style>
h1 {
border-style: dashed;
}
div {
</style>
</head>
<body>
<h1>A Heading with a dashed border</h1>
<div>A div element with a dashed border.</div>
</body>
</html>