<html>
<head>
<style>
h1 {
border-style: solid;
border-width: thick;
}
div {
border-style: solid;
border-width: thick;
}
</style>
</head>
<body>
<h1>A heading with a thick border</h1>
<div>A div element with a thick border.</div>
<p><strong>Note:</strong> The border-width property does not work if it is used alone. Use the border-style property to set the border first.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_border-width3 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:44 GMT -->
</html>