0
How to increase font size of html paragraph?
I just started html and don't know how to increase font size
3 Respuestas
+ 1
<p style="font-size:50px;">Your paragraph.</p> This code changes the font size to 50px. Hopefully this will work.
+ 6
I think there's no other way than with CSS or with inline styling (you can set size either with words, pixels or ems)
https://code.sololearn.com/WpBsH1zJWyVD/?ref=app
https://code.sololearn.com/WcG4m50pYK21/?ref=app
0
@adam no I mean <p> font .