CSS1 Box border-bottom-width Property Example:

 

Examples (inline element <font>):

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: thin">...</font>

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: medium">...</font>

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: thick">...</font>

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: 5px">...</font>

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: 0.5em">...</font>

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: 10pt">...</font>

This is a normal paragraph

This line has <font style="border-style: dotted; border-bottom-width: 0.05cm">...</font>

This is a normal paragraph

 

Examples (block element <p>):

This is a normal paragraph

This paragraph has <p style="border-style: dotted; border-bottom-width: thin">...</p>

This is a normal paragraph

This paragraph has <p style="border-style: dotted; border-bottom-width: medium">...</p>

This is a normal paragraph

This paragraph has <p style="border-style: dotted; border-bottom-width: thick">...</p>

This is a normal paragraph

This paragraph has <p class="internal_border_bottom_width_5px">...</p>

This is a normal paragraph

This paragraph has <p style="border-style: dotted; border-bottom-width: 0.5em">...</p>

This is a normal paragraph

This paragraph has <p style="border-style: dotted; border-bottom-width: 10pt">...</p>

This is a normal paragraph

This paragraph has <p style="border-style: dotted; border-bottom-width: 0.05cm">...</p>

This is a normal paragraph


 

Hosted by www.Geocities.ws

1