HTML Table Light Border color property

Source: Internet
Author: User
Tags border color

  You can define the color of the left top border individually in the table, or you can define the color of the bottom right edge of the cell, which we call the light border.

You can define a separate color for the top left border in a table, or you can define the color of the lower-right borders in a cell, which we call a bright border. When the

Basic Syntax

<tablebordercolorlight=color_value>

Syntax explanation

defines a color, you can use the English color name or hexadecimal color value to perform. Example of a

file: 10-5.htm

To set the color of a table's bright border.

01<!----------------------------------

02<!--file Example: 10-5.htm-->

03<!-- File Description: Set the table bright border color;

04<!----------------------------------

05
06< Head>

07<title> set Table light border color </title>

08
09<body>

10 <H1> the mainstream web design software
11<tableborder=3width=400height=100bordercolorlight= #336699

12<tr>

13<td> web image software </td><td>fireworks</td>

14</tr>

15<tr>

16<td> Web page making software </td><td>dreamweaver</td>

17</tr>

18<tr>

19<td> Web animation software </td><td>flash</td>

20</tr>

21</table>

22 </body>

23
File description

Line 11th defines the light border color of the table as #336699.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.