<html> <head> <title>link element example</title> <link rel="stylesheet" href="http://www.java2java.com/style/jss.css" type="text/css"> </head> <body>This text will have the font specified in myStyleSheet </body> </html>