HTML <table> border attribute
HTML <table> tag
Example
The following example sets the width of the borders around a table to five
pixels:
<table border="5">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table> |
Try it yourself!
|
Definition and Usage
The border attribute specifies the width of the borders around a table.
The border attribute applies a border to each cell, and around the table. If
the value of the border attribute is changed, only the size of the border around
the table will change. The border inside the table will be 1 pixel.
Tip: Set border="0" to display tables with no borders.
For practical reasons, it may be better not to specify borders, and use CSS
to apply border styles and color
instead.
Browser Support

The border attribute is supported in all major browsers.
Syntax
Attribute Values
Value |
Description |
pixels |
Specifies the border width |
HTML <table> tag
Learn how your website performs under various load conditions
 |
|
WAPT
is a load, stress and performance testing tool for websites and web-based applications.
In contrast to "800-pound gorilla" load testing tools, it is designed to minimize the learning
curve and give you an ability to create a heavy load from a regular workstation.
WAPT is able to generate up to 3000 simultaneously acting virtual users using standard hardware configuration.
Virtual users in each profile are fully customizable. Basic and NTLM authentication methods are supported.
Graphs and reports are shown in real-time at different levels of detail, thus helping to manage the testing process.
Download the free 30-day trial!
|
|