Your Guide to Professional
Web Site Design and Development

• HTML Tips
• HTML Codes
• Web Development
• Web Design Tips
• JavaScript Codes
• 216 Web Safe Colors
• CSS Tutorial
• JavaScript Tutorial
•
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design Tips | Javascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Highlighting HTML Web Page Links


You can display your HTML web page links in the color of your choice by adding the STYLE attribute to your HTML code.

Example: http://www.yourdomain.com/

Copy and paste the following code into the HTML portion of your web page where you would like the link to appear:

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

You can change the colors to whatever you'd like, but keep in mind, the text must be visible through the background color.

 More Web Design Tips