<!DOCTYPE html>
<html>
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
</style>
</head>
<body>
<h2>「枠線付きの表の仕切り」</h2>
<p>水平区切り線として、thとtdにborder-bottomプロパティを追加します。</p>
<table>
<tr>
<th>ファーストネーム</th>
<th>ラストネーム</th>
<th>貯金</th>