Content deleted Content added
m →Others |
→Header tags: misc |
||
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"/>
<base> (XHTML: <base />)
Line 40 ⟶ 42:
<style>, </style>
Used to
<style type="text/css"> ... </style>
with on the dots the style data or references such as
/*<![CDATA[*/ @import "''url'' "; @import "''url'' "; /*]]>*/
==Body tags==
|