Highlighting Text In Html.
One very effective way to grab your visitor’s attention is by highlighting text in html. Color is one of the best visual elements that can easily grab the eyes of the increasingly time starved surfers.
Online research studies have confirmed that first time visitors tend to take less than eight seconds to decide whether to continue their visit on a site once they arrive their through the search engines.
Web developers can use the technique of highlighting important text on their page in order to draw the visitor’s attention and perhaps so persuade them to surf that site rather than hitting the back arrow.
Care should be taken when highlighting text so as to use the right color or less risk the chance of blurring the underneath text thus defeating the very intent and purpose of using this technique
Here is the actual Html code to use:
| <SPAN
style="BACKGROUND-COLOR: #ffff00">This is the text that need to be highlighted
</SPAN> |
Example:This is how your highlighted text would look like.
Just remember to change the text in bold to suite your needs.
Close highlighting text in html and return to Html JavaScript examples

|