Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
p {
    border: 1px solid black;
    outline: 5px dotted red;
}

</style>
</head>
<body>

<h2>The outline Property</h2>

<p><b>Note:</b> IE8 supports the outline properties only if a !DOCTYPE is specified.</p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy