xxxxxxxxxx
<html>
<head>
<style>
.mix {
border-style: solid double;
}
</style>
</head>
<body>
<h2>CSS border-style</h2>
<p class="mix">
Solid border on top and bottom.<br>
Dotted border on left and right.
</p>
</body>
</html>