- In this slide we are set a property of border in Heading.
h2{border:1px dash/double/dotted/inset/outset green;
}
Example:-
<!Doctype html>
<html>
<head>
<title>CastorClasses.com</title>
<style type=”text/css>
h2{border:1px dash/double/dotted/inset/outset green;
}
</style>
</head>
<body>
<h1>CASTORCLASSES</h1>
</body>
</html>
0 Comments:
Post a Comment