Answers for "which attribute of hr element is used to change the thickness of a line."

CSS
4

css hr thickness

hr {
  height: 5px;
  border: none;
  background-color: black;
}
Posted by: Guest on October-21-2021

Code answers related to "which attribute of hr element is used to change the thickness of a line."

Browse Popular Code Answers by Language