Subscribe Us

header ads

Table Th, Td Center

CSS
<style>
  table th,td {
  background: ;
  color: Green;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid black;
}
</style>
    
HTML
<table>
 <tr>
  <th>Name</th>
  <th>Age</th>
 </tr>
  
 <tr>
  <td>Masum</td>
  <td>25</td>
 </tr>
</table<>
    
Name Age
Masum 25

একটি মন্তব্য পোস্ট করুন

0 মন্তব্যসমূহ