<html>
<head>
<style>
div {
border-style: solid;
border-bottom-style: none;
}
</style>
</head>
<body>
<div>A div element with no bottom border.</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss_border-bottom-style5 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:35:20 GMT -->
</html>