How to increase font size of a paragraph? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to increase font size of a paragraph?

17th Aug 2019, 12:32 PM
Tushar Makkar
Tushar Makkar - avatar
3 Answers
+ 5
Use css.
17th Aug 2019, 12:35 PM
Sonic
Sonic - avatar
+ 1
Thanks Anhjje
17th Aug 2019, 1:32 PM
Tushar Makkar
Tushar Makkar - avatar
0
HTML <p style="font-size: 15px"> lorem ipsum </p> CSS p{ font-size: 15px; } It is recommended to use em or rem instead of px. Also, there's a multitude other ways to increase font size
17th Aug 2019, 12:41 PM
HNNX 🐿
HNNX 🐿 - avatar