Help

Text and Images from Slide

W3Schools - Bordered Table

<head>

<style type="text/css">

table,th,td

{

border:1px solid black;

}

</style>

</head>

This puts a double border around cells because both the TH and TD have borders and are identified in the style.

Table with double borders around cells

Copyright Karen McCall, Karlen Communications

15

View all slides | Contents of this slide