Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
  border-top-style: double;
}
div {
  border-style: solid;
  border-top-style: double;
}
</style>
</head>
<body>
<h1>A heading with a double top border</h1>
<div>A div element with a double top border.</div>
</body>
</html>