<!DOCTYPE html>
<html>
<head>
<style>
p {
border-bottom: 6px solid red;
background-color: lightgrey;
}
</style>
</head>
<body>
<h2>border-bottomプロパティ</h2>
<p>このプロパティは、border-bottom-width、border-bottom-style、border-bottom-color の省略形プロパティです。</p>
</body>
</html>