HTML made EASY!
If you don’t understand html code, it looks very complicated.
<a href=”http://www.google.com”>http://www.google.com</a>
But it’s really not. Color-coding makes it easy to understand.
<a href=”http://www.google.com”>http://www.google.com</a>
<a href=”http://www.google.com”>Google</a>
RED is the site you are being directed to.
GREEN is what’s viewed as the live link, and can be whatever you like.
BLUE is the html code <a href=””></a>
That’s really all there is to it !!!
Comments (0)
You don't have permission to comment on this page.