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

how to change color in html

<body>
  <!-- style color (hex color) + the text -->
  <h1 style ="color: #000000; "> Apples <em>is a tech company</em></h1>
</body>
Comment

how to change color in html

<font color="red">This is some text!</font>
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

PREVIOUS NEXT
Code Example
Html :: bootstrap range input 
Html :: how to add bgcolor in html 
Html :: bootstrap display block 
Html :: html empty line 
Html :: <input autocomplete="off"</input 
Html :: how to change html code of a website 
Html :: html table two headers 
Html :: html image in table 
Html :: form hide in html 
Html :: convert html to string python 
Html :: tailwind css navbar 
Html :: HTML <i and <em Elements 
Html :: how to put anchor in center in html 
Html :: import script html 
Html :: basic video player html 
Html :: ion-row scrolly 
Html :: ü html 
Html :: how to add lazy loading in html 
Html :: to centre each content in html 
Html :: ordering collumns in bootstrap 
Html :: material ui appbar elevation 
Html :: how to make a link open in new tab html 
Html :: difference between xhtml and html 
Html :: how to set table column width in html 
Html :: mat-tooltip on disabled button 
Html :: slick slider pause on video play 
Html :: button bootstrap 
Html :: html versions 
Html :: svg marker 
Html :: boostrap input 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =