English
<!--Add the following code to the <body> area--> <style> a:hover{border:red solid;border-width:1px 1px 1px 1px} a{color:black;text-decoration:none} < /style> <a href="http://www.downcodes.com">A red border will appear around this link text</a>