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