borders

The borderWidths declaration specifies all four border widths at once. Here, we set them to distinct values:

// borderWidths(top, right, 
// bottom, left)

tags.P.borderWidths("3px", 
"4px", "5px", "6px");