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

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 :: disable first option in select 
Html :: input month in html 
Html :: membuat footer html 
Html :: append button in div 
Html :: how to add active class to current element javascript 
Html :: why is html so easy 
Html :: unable to resolve dependency tree react html email 
Html :: underline text in html 
Html :: change font size of h1 in html 
Html :: blue color html code 
Html :: svg as button 
Html :: how to change font color of h2 tag in html 
Html :: bootstrap buttons Toggle states 
Html :: bootstrap input 
Html :: How to align input line in html forms 
Html :: buttons in bootstrap 
Html :: tutorialspoint html 
Html :: html element hover help text 
Html :: ion input file 
Html :: html doc 
Html :: get data from database html select option django 
Html :: what is rc in version 
Html :: how to convert html to text in angular 
Html :: how to pass dynamic url in Link react 
Html :: del html 
Html :: autocomplete off not working in chrome 
Html :: button with icon android 
Html :: draggable html 
Html :: html ingnor display none input 
Html :: what is markup in html 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =