HTML Table Borders
Table Borders
<html>
<style>
table,th,td{
border: 1px black;
border-collapse: collapse;
border-radius: 20px;
border-style: solid;
border-color: #1700e9;
}
th, td {
background-color: #d3d496;
}
</style>
<body>
<table style="width: 50%;">
<tr>
<th>Name</th>
<th>Age</th>
<th>Food</th>
</tr>
<tr>
<td>Ronaldo</td>
<td>34</td>
<td>Apple</td>
</tr>
<tr>
<td>Messi</td>
<td>40</td>
<td>Orange</td>
</tr>
<tr>
<td>Nemar</td>
<td>28</td>
<td>Banana</td>
</tr>
</table>
</body>
</html>
table eka sadaha css yodagana widiya wisthara karanawa
Table Borders
Table Borders | Table eke border eka create karanne me widiyata |

Border Collapse
Border Collapse | Table eke Border double line eka thani line ekak karanawa meken |

Border-radius
border-radius | Table border eke kon 4 rawum karana eka meken wenne |

Border-style
border-style | border හි පෙනුම wenas kirima meken sidu karanawa |

Border-color
border-color | border eke color eka wenas kirima sidu karanawa |

Background-color
background-color | table eka athule Background color eka wenas karana meka yodagannawa |