computer






 

Question by  3orabi (104)

How do you set HTML line spacing?

 
+6

Answer by  amary5 (78)

In HTML to set up a new line use this tags < p > to start and < / p > to end it. If you just want a blank line the best thing to use is < br / >. That is the HTML code for a break and is used to create blank lines on web pages.

 
+6

Answer by  MASAM (8)

You can do it using CSS you can set line spacing of HTML for example you can set it to 1. 5 by following code p { line-height: 150%; }

 
You have 50 words left!