« Back to the HTML Forum

help me with fonts size

Posted by sirius

posted

Forum: HTML Group

i changed the fonts and i wrote the size but it didnt work 


Report Topic

1 Reply

Reply by Ben

posted

Just add this!: <p style="font-size: 16px;">Something something something.</p> (16px is the default). For something simpler, you can also just use a "h" tag, which are (from largest to smallest <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.


Permalink Report Reply