HTML element: Difference between revisions

Content deleted Content added
Header tags: no end tag for link
Line 30:
This tag has many uses: it can be used to specify a page description, keywords, and the special form <meta http-equiv="foo"> is used to specify commands which should be sent as HTTP headers.
 
<link>, </link>
Specifies any link types for the document, such as previous and next links, or alternate versions. Its most common use is to link an external [[cascading Style Sheets|stylesheet]] to the page, e.g.in the form:
 
<link rel="stylesheet" type="text/css" media="print" href="/style/commonPrint.css''url'' "/>
 
&lt;base> (XHTML: &lt;base />)