0
how to change font in html
2 Réponses
+ 2
Changing fonts is better in CSS mainly because you have to maintain more than one page.
But if you have one-page website you can do it in html (agree that it's better in CSS).
Try this code but only if you don't create html5 website because it doesn't support <font> tag from older verion of HTML:
<p><font size="4" color="red" face="Arial">Some text</font></p>
I recommend to learn html5 and css3 from beginning.
+ 1
usually fonts are changed on CSS not html