Horje
how to change font colour in html Code Example
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-->
how to change font color in html
<p style="color: red;">This is paragraph in RED color</p>
changing text colour in html
<body>
  <p style="color:#FF0000";>Roses are red</p>
  <p style="color:#800080";>Violets are blue</p>
</body>
how to change font colour in html
<font color="red">
  
	Lorem Ipsum
  
</font>
html text color
<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
  Hi, I'm coloured </p>




Html

Related
how to add video in background in html Code Example how to add video in background in html Code Example
markdown image by address Code Example markdown image by address Code Example
aligning image to middle in html Code Example aligning image to middle in html Code Example
html set character encoding Code Example html set character encoding Code Example
how to set background image for web page in html local image Code Example how to set background image for web page in html local image Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9