Answers for "how to add space between text lines in html"

CSS
0

how to add space inbetween lines in html

main {
	line-height: 20px:
}
Posted by: Guest on July-18-2020
1

how to add spaces between text in html

p {
  white-space: pre;
}
Posted by: Guest on December-08-2020

Code answers related to "how to add space between text lines in html"

Browse Popular Code Answers by Language