Computer Studies

Write short notes on Table Border

HTML Advanced Features

25 Likes

Answer

Table border sets the width of border around the table. It can be set by using the attribute border with the table tag.

Syntax:

<TABLE BORDER = "Width of the border">

Example:

<TABLE BORDER = "2">

Answered By

15 Likes


Related Questions