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

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 :: meta initial scale 
Html :: type phone number html 
Html :: redirect html 
Html :: how can i make that user cant input sonething textbx 
Html :: how to make an image a full background in html 
Html :: how to add a link in image 
Html :: ionic vertical align center 
Html :: jquery append html to top of div 
Html :: html email input 
Html :: html redirecting to previous page 
Html :: ionic deactivate fab button 
Html :: html error page template 
Html :: how to change text color of anchor tag in html 
Html :: angularjs href variable 
Html :: basic html webpage 
Html :: twig default 
Html :: how do you make a link in html5 
Html :: bootstrap dropdown on hover 
Html :: div fit content background 
Html :: svg xmlns 
Html :: django base html 
Html :: figcaption html 
Html :: add image to anchor 
Html :: hover over something to make html visible 
Html :: autocomplete not working in html 
Html :: django template comments 
Html :: html date range input 
Html :: how to show only play button in html audio controls 
Html :: bootstrap progress bar with percentage 
Html :: html local image 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =