<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of CSS outline-style property</title>
</head>
<body>
<p style="outline-style: double; outline-width: 5px;"><
strong>Warning:</strong> Internet Explorer 7 and earlier
versions don't support the outline property. IE8 supports the outline
properties only if a <code><!DOCTYPE></code> is specified.</p>
</body>
</html>