<!DOCTYPE html lang="en-US">
<html>
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ccc;
}
tr:hover {background-color:#fff3f3;}
</style>
</head>
<body>
<table>
<tr>
<th>Овог</th>
<th>Нэр</th>
</tr>
<tr>
<td>Дорж</td>
<td>Цэцэг</td>
</tr>
<tr>
<td>Дондог</td>
<td>Болд</td>
</tr>
</table>
</body>
</html>