Table

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
table{
width: 500px;
border-collapse: separate;
border-spacing: 17px;
caption-side: bottom;
empty-cells: hide;
}
</style>
</head>
<body>

<table border="2px">
<tr>
<th>Sr</th>
<th>Roll</th>
<th>Name</th>
</tr>
<tr>
<td>1.</td>
<td>1001</td>
<td>sabir</td>
</tr>
<tr>
<td>2.</td>
<td>1002</td>
<td>prem</td>
</tr>
<tr>
<td>3.</td>
<td>1003</td>
<td></td>
</tr>
<caption>Student records</caption>
</table>



</body>
</html>

Comments

Popular posts from this blog

pesudo element

sticky