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

html color text

<!-- <p style="color:enterColor">insertContentHere</p>-->

<p style="color:#0000ff">This text is blue.</p>
<p style="color:rgb(106, 90, 203)">This text is violet.</p>
<p style="color:red">This text is red.</p>
Comment

how to change font color in html

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

html color text

<p style="color:#FFFFFF">Your text here</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 :: yes no checkbox css 
Html :: how to make web page center 
Html :: android back arrow action bar 
Html :: yii2 csrf custom form 
Html :: how to fix input field and disabled 
Html :: table broken html after change page 
Html :: how add float input type in html 
Html :: html input datetime-local 
Html :: how to only make a part bold in css 
Html :: how to set limit of words in input type text 
Html :: js get file from input 
Html :: autocomplete not working in html 
Html :: html scroll div to top 
Html :: textarea rows cols 
Html :: dot icon in html 
Html :: how to add bgcolor in html 
Html :: placeholder wpf 
Html :: html image in table 
Html :: gap between grid layout bootstrap 
Html :: negrita html 
Html :: select all text in textarea javascript 
Html :: Vertically align text next to an image? 
Html :: standard html starter code 
Html :: how to download in html 
Html :: select add placeholder 
Html :: onclick input text select 
Html :: html target blank 
Html :: how to write 2 class in html 
Html :: html lien téléphone 
Html :: print button html 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =