0
[ANSWERED]Font size in HTML
Please tell the syntax. Thanks
5 odpowiedzi
0
You should use CSS. <font> but it is not supported in HTML5.
+ 4
See font-size here: https://www.w3schools.com/css/css_font.asp
+ 3
@Alexander "Just wanted a better look for my page while practising html." So/then use inline CSS.
<p style="font-size: 12px;">Your text<p> (or use <span></span> to avoid new paragraphs)
+ 2
You shoud use CSS for font-sizes (best practices, html - for content, css for looks). Would you like to know about CSS syntax?
0
Just wanted a better look for my page while practising html. Nevermind)