- Description
- Sets the connection between the external document like file with styles and types. In contrast to the tag <A>, tag <LINK> is always located in the package <HEAD> and does not СЃreate the link.
- Parametrs
- href the way to attached file.
- rel defines the relations between the active document and file the link is given to.
- type MIME-type of the attached file data.
- Closing Tag
- Is optional
-
The Description of Tag <LINK> Parameters
- HREF Parameter
- Description
- The way to the file the link is given to.
- Optional Parameter
- No
- Arguments
- Full or relative way to the file is used as a value.
- Default value
- No
- MEDIA Parameter.
- Description
- Defines the device the style design should be used to. It allows making the different style for displaying on the screen and in print.
- Arguments
- all all devices.
- screen. screen.
- print printing device like a printer.
- projection projector.
- braille devices based on the Braille system.
- speech speech synthesizer and the programs for text reproduction aloud. For instance, speech browsers.
- Default value
- screen
- REL Parameter
- Description
- REL parameter defines the relations between the active document and file the link is created to. It is necessary to let know the browser the way of using the attached document.
- Arguments
- stylesheet defines that the attached module holds the cascading style sheet (CSS).
- application/rss+xml file in xml format for description of the news tape.
- Default value
- No
- TYPE Parameter.
- Description
- Informs the browser, which of MIME type data is used for external document. It is used to indicate the fact that attached file contains CSS.
- Arguments
- The name of the MIME type in any case.
- Default value
- No
- Web forms
- Email forms
- Form builder
- File upload form


