HTML and Related
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)





