<!DOCTYPE html>
<html>
<head>
<style>
p {
border: 1px solid black;
outline-style: double;
outline-color: red;
}
</style>
</head>
<body>
<h2>The outline-color Property</h2>
<p><b>Note:</b> IE8 supports the outline properties only if a !DOCTYPE is specified.</p>
</body>
</html>