Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> p { border-style: dotted; border-bottom-width: thick; } </style> </head> <body> <p> As you can see, we used border-bottom-width property to set the width of bottom border of this element. </p> </body> </html>