how to create border bottom form in html and css code example
Example: css border bottom
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}