This link is highlighted with rgb(255, 255, 0).

This link is highlighted with rgb(0, 255, 0).

This link is not highlighted

The first link uses the following code:

<A STYLE="background: rgb(255,255,0)" HREF="index.html">This link is...</A>

The second link uses the following code:

<A STYLE="background: rgb(0,255,0)" HREF="index.html">This link is...</A>

The last one is a regular (non highlighted link), it uses the following:

<A HREF="index.html">This link is...</A>
Back

(C). F. Permadi