HTML element: Difference between revisions

Content deleted Content added
Line 31:
 
<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.:
 
<link rel="stylesheet" type="text/css" media="print" href="/style/commonPrint.css"/>
 
&lt;base> (XHTML: &lt;base />)
Line 40 ⟶ 42:
 
&lt;style>, &lt;/style>
Used to associatespecify inlinea [[cascading Style Sheets|stylesheetsstyle]] withfor the document., usually
 
<style type="text/css"> ... </style>
 
with on the dots the style data or references such as
 
/*<![CDATA[*/ @import "''url'' "; @import "''url'' "; /*]]>*/
 
==Body tags==