Answers for "<font> html"

19

text color html

<!-- If you want a color on a specific text, use this : -->
<p style="color:---"> Text <p>
  
<!-- Here an exemple if you want a blue text-->
<p stlye="color:blue"> Romuald <p>
  
<!-- If you want a specific class in a color, use css, its better-->
Posted by: Guest on June-15-2020
20

html font size

<span style="font-size:20px;"></span>
Posted by: Guest on May-19-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