Answers for "add font size and color in html"

2

make text blue html

<p style="color:blue;">This paragraph is blue.</p>
Posted by: Guest on September-29-2020
2

how to change font color in html

<p style="color: red;">This is paragraph in RED color</p>
Posted by: Guest on February-26-2021
0

how to change font colour in html

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

how to change font in html

<font face="yourfont">
  
  Lorem Ipsum
  
</font>
Posted by: Guest on March-04-2020

Code answers related to "add font size and color in html"

Browse Popular Code Answers by Language