Previous | Next

Full View

Contents of W3Schools - Collapsed Border/Single Border

W3Schools - Collapsed Border/Single Border

<head>

<style type="text/css">

table

{

border-collapse: collapse;

}

table, td, th

{

border: 1px solid black;

}

</style>

</head>

Simple table with borders

Copyright Karen McCall, Karlen Communications

16