HTML Color Code

HTML Color Code - Using html-color-code on a web site can add an
interesting look and feel to your web site webpage’s.

Many web site designers use color to highlight certain links to sales
pages or content they want to share with the visitor.

When applying a-dash-of-color make sure it blends in nicely to
your webpage’s and that you don’t go overboard when applying
this to your webpage’s.

Ok lets take a look how to add color to a few words in html code.

Lets say I want to highlight this text in the color blue using html color
code.

The html code I would use would be:

<p>
Ok lets take a look how to add color to a few words in html code.<br><br>Lets say I want to
<font color=”#0066FF”>highlight this text</font> in the color blue.
<br>
<br>The html code I would use would be:
<br>
<br>
</p>

Can you see the font  take that has been applied? I have
highlighted this in blue in the html code.

Firstly there is an open font tag (<font> with the color specified, the text in the middle followed by the font closing tag (</font>) page.

You can apply this very easily using a web editing program like the one I use which is Namo Web Editor. Make sure you use only the 256 color pallet otherwise the web browser will have trouble formatting your webpage via the visitors web browser.

Tags:

No Comments

Comments are closed.