Horje
multicolored text in html Code Example
multicolored text in html
<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
  </head>
  <body>
    <span style="color:#FF0000">H</span>
    <span style="color:#66CC66">e</span>
    <span style="color:#FF9966">l</span>
    <span style="color:#FFCCCC">l</span>
    <span style="color:#FF0066">o</span>
  </body>
</html>




Html

Related
relative vs absolute path html Code Example relative vs absolute path html Code Example
how to add bar notation in html Code Example how to add bar notation in html Code Example
how to italicize in html Code Example how to italicize in html Code Example
html tag Code Example html tag Code Example
alt meaning in html Code Example alt meaning in html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9