'link' defines relationship between the current page and external documents
<html>
<head>
<title>link element example</title>
<link rel="stylesheet" href="http://www.java2s.com/style/jss.css" type="text/css">
</head>
<body>This text will have the font specified in http://www.java2s.com/style/jss.css </body>
</html>