'link' Example
<HTML> <head> <Title>Example For Link</Title> </head> <body link="#ff0000" bgcolor="#EEEEEE" text="#000000"> <a href="http://www.java2s.com">Some interesting web page</a> </body> </HTML>