You are here:About>Computing & Technology>Web Design / HTML> HTML and XHTML> XHTML> HTML Tags> The link Element - links documents to other documents - XHTML 1.0 HTML 4.0
About.comWeb Design / HTML
Newsletters & RSSEmail to a friendSubmit to Digg
More about the <link /> Tag

External Style Sheets

Related HTML Tags

aHTML Tag Library

From Jennifer Kyrnin,
Your Guide to Web Design / HTML.
FREE Newsletter. Sign Up Now!
<link /> Description:

The <link /> element links the current document to related documents such as style sheets.

<link /> Web Browser Support:
<link /> Attributes:
<link /> End Tag: None. <link /> is a singleton tag.
<link /> Contents:

None.

<link /> Valid Context:

The <link /> tag is valid within the following tags:
head

<link /> Usage:
  • style sheet link
    <link rel="stylesheet" href="styles.css" type="text/css" />
  • current page
    <link href="http://webdesign.about.com/library/tags/bltags-link.htm" />
  • table of contents link
    <link href="http://webdesign.about.com/library/tags/bl_index.htm" rel="index" />
<link /> Special Notes:
  • The link tag is typically used to link to style sheets. It can also provide additional information about the document.
More about the <link /> Tag

External Style Sheets

Related HTML Tags

aHTML Tag Library

 All Topics | Email Article | | |
Advertising Info | News & Events | Work at About | SiteMap | Reprints | HelpOur Story | Be a Guide
User Agreement | Ethics Policy | Patent Info. | Privacy Policy©2008 About, Inc., A part of The New York Times Company. All rights reserved.