html highlight web page link, text, how to highlight web page link, how to web page highlight text, tips, guide html highlight web page link and text
(Website Helper) highlight link & text Number of Visitors: Site Map

html highlight web page link and text



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html highlight web page link, text, how to highlight web page link, how to web page highlight text, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



Highlight links or text within the web page is another useful technique that you can use to make the web page more unique. You can easily accomplish this task by using Style tags.

1. Highlight web page Link:

You can use the following code into the HTML portion of your web page where you would like the link to appear:

<A HREF="http://www.edusoftmax.com" STYLE="background:yellow; color:black">www.edusoftmax.com</A>

Let's have a look at the above in action as follows:

www.edusoftmax.com

2. Highlight web page Text:

You can use the following code into the HTML portion of your web page where you would like the link to appear:

<span style="background-color: red">Example text highlighted</span>

Let's have a look at the above in action as follows:

Example text highlighted

Note:

You need to select a light color for the text to be seen through the background color you select.

(Website Helper) highlight link & text (c) EduSoftMax - www.edusoftmax.com