Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p {
  border-top-style: dotted;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-left-style: solid;
}
</style>
</head>
<body>
<h2>Отдельные стороны границы</h2>
<p>2 разных стиля границы.</p>
</body>
</html>