UK [ˈbɔ:də widθ] US [ˈbɔrdɚ wɪdθ]

n.Border width

javascript borderWidth property syntax

Function:Set the width of all four borders.

Syntax:Object.style.borderWidth=thin|medium|thick|length

##Parameters:thin Define the thin lower border . medium Default. Defines a medium bottom border. thick defines the thick bottom border. length allows you to customize the width of the bottom border.

javascript borderWidth property example

    

This is a paragraph


Run instance »

Click the "Run instance" button to view the online instance