Wednesday, December 6, 2017

CSS Tables

<style>
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

</style>

No comments:

Post a Comment