HTML element: Difference between revisions

Content deleted Content added
moved dtd back to html tags
Jking (talk | contribs)
Removed "DEPRECATED" after <base> as it is not deprecated; removed reference to <isindex> as it indeed should not be used--or even mentioned.
Line 35:
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.
 
&lt;base> (XHTML: &lt;base />) '''DEPRECATED'''
Specifies base values for links, such as ___location or target.
 
&lt;isindex> (XHTML: n/a) '''DEPRECATED'''
Used to create a primitive search on specially configured servers. Do not use this tag.
 
&lt;script>, &lt;/script>