Thank you for your response Kevin.
I have added below codes. Kindly look into it:
<p align=”justify”>We are constantly growing and will expand our delivery areas soon. Stay tuned though, as we’re always working on ways to reach you soon! Our services currently cover delivery to almost all locations of Patna, Bihar. We are serving at all the pin codes listed below:</p>
<!DOCTYPE html>
<html>
<head>
<style>
table {
width:80%;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align: left;
}
table#t01 tr:nth-child(even) {
background-color: #eee;
}
table#t01 tr:nth-child(odd) {
background-color:#fff;
}
table#t01 th {
background-color:#4285F4;
color: white;
}
</style>
</head>
<body>
<table id=”t01″ align=”center”>
<tr>
<td>800001</td>
<td>800002</td>
<td>800003</td>
<td>800004</td>
</tr>
<tr>
<td>800005</td>
<td>800006</td>
<td>800007</td>
<td>800008</td>
</tr>
<tr>
<td>800009</td>
<td>800010</td>
<td>800011</td>
<td>800012</td>
</tr>
<tr>
<td>800013</td>
<td>800014</td>
<td>800015</td>
<td>800016</td>
</tr>
<tr>
<td>800017</td>
<td>800018</td>
<td>800019</td>
<td>800020</td>
</tr>
</table>
</body>
</html>