Answers for "html line break issues"

1

line break not working html

<p>If the line break is no working.<span>Then try using span and give it a block display like given below</span></p>


<!---CSS--->
span {
  display: block;
}

<!-- or otherwise use padding or margin -->
Posted by: Guest on July-14-2021
-1

html tag for line break

<br><br>
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language