Style Sheets - Part 12 (Miscellaneous)

Finally, it is possible to read style information from a file as follows:
<HTML>
<HEAD>
<LINK REL=STYLESHEET TYPE="text/css" HREF="mystyle.css">
</HEAD>
<BODY>
...
</BODY>
</HTML>
You would do this kind of thing if you wanted to apply a consistent look across a large collection of documents.

The bottom line