rel attribute for a (HTML4 & HTML5)

Defines the relationship of the linked document to the current document.

Values

Alternate | Appendix | Bookmark | Chapter | Contents | Copyright | Glossary | Help | Index | Next | Nofollow | Offline | Prev | Search | Section | Shortcut Icon | sidebar | Start | Stylesheet | Subsection (Default Value: no default value)

Result from the Online TryIt-Editor
chrome 1.0safari 1.0Firefox 1.0ie 3.0opera 4.0

Examples having uses of html attribute 'rel'

0 votes
1k views

Complete Web Page Example

The HTML head Element The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more. The following tags can be added to the head section: <title>, <base>, <link>, <meta>, <script>, and <style>.
0 votes
1k views

HTML Link

The <link> tag defines the relationship between a document and an external resource. The <link> tag is most used to link to style sheets:
0 votes
1k views

JavaScript Link Object

The link object is used to include the external file in the web page. This tag must be inside the head tag of the page. Here is the example of the link that give the type of the external sheet.