<html>
<head>
<style>
.ex1 {
border: 2px solid #ff4842;
outline: 6px dotted #00ab55;
}
</style>
</head>
<body>
<h1>The outline property</h1>
<div class="ex1">A div element with a 2 pixels blue dashed outline. Also notice that the outline is outside of any border.</div>
</body>
</html>