HTML and Related
Table of Contents

link Tag

<head>
<link rel="stylesheet" type="text/css" href="theme.css" />
</head>

The link tag defines the relationship between a document and an external resource. It is most used to link to style sheets.

span Tag

The <span> tag provides no visual change by itself. It just provides a way to add a hook to a part of a text or a part of a document.
<span class="this">is it</span>

page_revision: 7, last_edited: 1250251308|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License