HTML and Code design insider tricks

Cut and paste the text below in your Web-page between the <head> and </Head> tags at the beginning of the HTML code.  Colours can be changes but the defaults are given in this example.  If you are not sure where and what, RIGHT CLICK on this page and choose VIEW SOURCE option to see how this page has been put together.

 

HTML CODE

<style>

A:unknown { COLOR: blue }

A:visited { COLOR: purple }

A:hover { COLOR: red }

</style>


Creates the same effect as the hyperlink below.