'link' Example : link « HTML Tag Reference « HTML CSS Reference






'link' Example

<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 myStyleSheet </body>
</html>
    
      
      








Related examples in the same category

1.'link' Syntax and Note
2.'link' HTML Attributes
3.'link' Event Handlers
4.'link' CSS Attributes and JavaScript Style Properties
5.'link' Microsoft Behaviors
6.'link' JavaScript Properties
7.'link' JavaScript Methods
8.'link' JavaScript Collections