How to change font in html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to change font in html

Please help and upvote

8th Jun 2022, 2:53 PM
MGMPlaysYT
2 Respostas
+ 5
In HTML 4 you could do something like this: https://code.sololearn.com/Wo5Iau1CTcs2 This is not supported in HTML5 and you should rely on CSS3 when it comes to styling your webpages. Here's an example: https://code.sololearn.com/Wss4j0MYAyJU
8th Jun 2022, 2:57 PM
Maz
Maz - avatar
+ 2
Thanks!
8th Jun 2022, 2:58 PM
MGMPlaysYT