Answers for "html font colo"

0

how to change font colour in html

<font color="red">
  
	Lorem Ipsum
  
</font>
Posted by: Guest on March-04-2020
1

font tag html

Not Supported in HTML 5 | Support till HTML 4
<font color="red" face="Verdana, Geneva, sans-serif" size="+1">
  Your formatted text goes here
</font>
Posted by: Guest on October-09-2020

Browse Popular Code Answers by Language