Link
Tag | Purpose |
<a> | Defines an anchor |
The <a> tag indicates an anchor element. Normally It can be used in two ways:
|
|
<link> | Defines a resource reference |
Mostly placed in the <head> section, the <link> indicates the relationship between two linked documents. The link element is regularly an empty element, it contains only attributes. Note that this element must be properly closed. For example, <link rel="stylesheet" type="text/css" href="style.css" /> is defined the link to external stylesheet. |
This tutorial is final project for INFSCI 2000, Fall 2004
Copyright 2004 School of Information Science, University of Pittsburgh