Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to give color to text in html

HTML color to text
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
Comment

text color html

<p style="color: red;">Red Text</p>

<p style="color: blue;">Blue Text</p>

<p style="color: green;">Green Text</p>
Comment

how to change font color in html

<p style="color: red;">This is paragraph in RED color</p>
Comment

changing text colour in html

<body>
  <p style="color:#FF0000";>Roses are red</p>
  <p style="color:#800080";>Violets are blue</p>
</body>
Comment

how to change font colour in html

<font color="red">
  
	Lorem Ipsum
  
</font>
Comment

font color html

<p style="color: purple">This is a purple paragraph.</p>
<p style="color:#800080">This is a purple paragraph.</p>
Comment

Adding color to text in HTML

<p> syle = "color:green;"> How are you</p>
Comment

html text color

<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
  Hi, I'm coloured </p>
Comment

PREVIOUS NEXT
Code Example
Html :: slick slider pause on video play 
Html :: allow only number in input html 
Html :: address tag in html 
Html :: How to align input line in html forms 
Html :: accordion bootstrap 5 collapse not working 
Html :: ios viewport cover 
Html :: h6 in html 
Html :: how to accossate an id to html elemtnts 
Html :: bootstrap form textarea 
Html :: edit button html 
Html :: tag img 
Html :: ion input file 
Html :: how to use style in html 
Html :: Horizontal Scrolling Bopostrap 
Html :: etiquetas formularios html 
Html :: create a container in html 
Html :: ckeditor 5 example codepen 
Html :: input range event 
Html :: select default value 
Html :: px in react 
Html :: input radio 
Html :: check if OS path exists through Python 
Html :: bootrsrap 
Html :: html5 audio 
Html :: html text color tag 
Html :: html p tag 
Html :: full height div inside td 
Html :: prefetch tag 
Html :: dropdown forms in bootstrap 
Html :: html game 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =