how to write on the top of div border in html code example
Example: css border top
.topBorder {
/* width style color */
border-top: 5px solid black;
}
.topBorder {
/* width style color */
border-top: 5px solid black;
}