Computer Science, asked by Shishavish, 10 months ago


4. How do you set line spacing in a paragraph?​

Answers

Answered by rasbinsoundlines
0

Answer:

One way to set line spacing in a paragraph is using line height

For example :

p {

   line-height: 1.5;

}

Explanation:

You can try to change the value of line-height to 1.6 or 1.8 or 2 for example according to what line spacing you need.

Also, If you want to learn HTML for beginners level, here is a good resource.

https://codewithrasbin.com/

Hope this helps!

Answered by gouravverma1921
1

Answer:

to change the line spacing of a paragraph:

* select the paragraph for which you want to change the line spacing.

* on the home tab click the paragraph dialogue box launcher.

* the paragraph dialogue box appears click the idents and spacing tab.

* click the dropdown arrow of line spacing field box under spacing section select the desired line spacing from the display list click on Ok.

Similar questions