how to apply border to row in table in css html code example
Example: table css
tr , th , td {
border: 1px solid black;
padding: 5%;
text-align: center;
}
tr , th , td {
border: 1px solid black;
padding: 5%;
text-align: center;
}