Html4newbies
Put your hands into html and php
Home
Privacy
About
Contact

News Feed
Newsfeed
Free Php Snippets
Php Snippets 1
Php Snippets 2
Html Tag Link

For as low as $25 you can get 5 scripts of your choice

LINK - link to external file

Description :

The LINK tag is used to link external files such as style sheets and downloadable fonts into your document.

Syntax

<LINK REL="fileType" TYPE="type" SRC="location">....</LINK>

Attributes

REL specifies the kind of file to be linked. For an external style sheet, the value is "stylesheet". For a downloadable font definition file, the value is "fontdef".
TYPE specifies more information about the particular type of file to be linked to, if that information is needed. For style sheets, the value can be "text/css" for cascading style sheets, or "text/javascript" for JavaScript style sheets.
SRC specifies the location of the file to be linked.

Copyright © 2002-2008 Html4newbies - HarlandScripts.com NetWork  ( 86 )