'link' defines relationship between the current page and external documents : Anchor : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » Anchor »

 

'link' defines relationship between the current page and external documents



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



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» Anchor