Highlighting Links and Text


If you are looking for how to spotlight bound links and/or text among your web content, this HTML tip could also be your answer. you'll be able to highlight your links and text in any color you want just by using vogue tags.


Highlighting a Link:

http://www.yourdomain.com/


Copy and paste the subsequent code into the HTML portion of your web content where you'd just 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 subsequent code into the HTML portion of your web content where you'd just like the link to appear:

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

Edit the text in daring to fit your wants. However, keep in mind, the text should be visible through the background color you choose, therefore please make sure you choose a light-weight color.

0 comments: