Guide to creating a web site, web design, web development, internet marketing, promotion, html tips and tricks, javascript and more.

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 Free HTML Tips, Tags and Codes

Open Directory Projectfree ebooksfree articles
web site design development internet marketing and promotion tutorials

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

webmaster resources
website design



Highlighting Links and Text

If you're looking for a way to highlight certain links and/or text within your web page, this HTML tip may be your answer. You can highlight your links and text in any color you'd like simply by using STYLE tags.


Highlighting a Link:

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">Linked Text</A>

Edit the text in bold to suit your needs.


Highlighting Text:

Example: Example of highlighted text

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

<SPAN style="BACKGROUND-COLOR: #ffff00">Example of highlighted text</SPAN>

Edit the text in bold to suit your needs. However, keep in mind, the text must be visible through the background color you select, so please ensure you select a light color.






Submit your HTML code snippets. We'll credit you and give you a link to your website.