CSS Properties: How to set the width and length of the bottom border?
Solution:
HTML Code:
Explanation:
- This HTML document demonstrates how to set the width of the bottom border of an <h1> element.
- The CSS style block applies styling to all <h1> elements in the document.
- border-style: solid; specifies a solid border style for the <h1> element.
- border-bottom-width: 15px; sets the width of the bottom border to 15 pixels.
- As a result, all <h1> elements in the document will have a solid border with a width of 15 pixels at the bottom.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.