table borders code example
Example 1: table html
header1
header2
header3
text1.1
text1.2
text1.3
text2.1
text2.2
text2.3
text3.1
text3.2
text3.3
Example 2: table border css
table, th, td {
border: 1px solid black;
}