<!DOCTYPE html>
<html lang="en">
<head>
<title>Learn CSS</title>
</head>
<body>
<h2 style="border:2px solid red">Border will be Red</h2>
<h2 style="border:2px solid pink">We will get a pink border now</h2>
<h2 style="border:2px solid purple">We will get a purple border now</h2>
</body>
</html>