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

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

html text color tag

<p style="color:lime;">lime</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 :: csrf laravel 5 
Html :: handlebars js cdn 
Html :: html inline comment 
Html :: how to center h1 i nhtml 
Html :: bootsrap label 
Html :: hotlink html 
Html :: fontawesome online link 
Html :: linked image html 
Html :: doctype 
Html :: void javascript link 
Html :: doctype html charset utf-8 
Html :: html file input accept excel file 
Html :: adding meta social media tags 
Html :: how to send html file with express 
Html :: create a table in html with 3 rows and 4 columns 
Html :: bootstrap radio 
Html :: js cannot copy entire object 
Html :: ng build index html not working 
Html :: how to center align text in html 
Html :: HOW TO USE A video on a html website from youtube 
Html :: insert image html 
Html :: easyui datagrid tabs 
Html :: javascript onclick back 
Html :: bootstrap table combine columns 
Html :: Dropdown and searchable text 
Html :: pyscript boilerplate 
Html :: html href phone call 
Html :: how to make red asterisk in html 
Html :: salesforce aura toggle input 
Html :: add custom validation input message html 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =