sorry guys i have not coded in for ever ill like to know wat is the tag in html to change font color possible even the size | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

sorry guys i have not coded in for ever ill like to know wat is the tag in html to change font color possible even the size

html tags

22nd May 2020, 10:02 PM
Nathaniel Shipman
Nathaniel Shipman - avatar
3 Answers
+ 1
Style
22nd May 2020, 10:53 PM
Moshie Seidenfeld
Moshie Seidenfeld - avatar
+ 3
<head> <style> (Style atributes) </style> </head>
22nd May 2020, 11:19 PM
Maciek
Maciek - avatar
0
<font size="" color=""> Text </font> for example : <font size="5" color="#ff0000"> Text </font>
23rd May 2020, 12:11 AM
goodyeea
goodyeea - avatar