what do you mean? link to an external css sheet??
code:
<link rel="stylesheet" type="text/css" href="link to css" title="default" />
eg/. if the css sheet is style.css and is in the same directory as you have the .html file in, use the code
code:
<link rel="stylesheet" type="text/css" href="style.css" title="default" />