border-width (attribute of Template Tag)


Description


This attribute defines a width of all four borders of an element.

The unit of measure is one centimeter.

The examples of coding the widths of all four borders:

Code

Comment

border-width=”0.1;0.2;0.3;0.4”

the widths of the borders will be left=0.1, top=0.2, right=0.3, bottom=0.4

border-width=”0.1”

all left, top, right, bottom = 0.1

border-width=”;0.1;;0.2”

left=none, top=0.1, right=none, bottom=0.2


Setting the value of <border-width> to 0 means that there is no border, regardless of any other <border-style> or <border-color> applied.