<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Das link-Element f&uuml;r Stylesheets</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
/* ... hier sind dateispezifische Formate erlaubt ... */
	body { background-color:#f3fac4; }
	p { color:darkblue; font-style:verdana; font-size:16px }
</style>
</head>
<body>
<h1>Das link-Element f&uuml;r Stylesheets</h1>
</body>
</html>
