<!DOCTYPE html>

<head> 
<meta  charset="utf-8"> 
<link rel="stylesheet" type="text/css" href="format.css"></link>
<title>world of music - Unterricht </title>
</head>
<body bgcolor="yellow" text="blue">
<h2> Unterrichtsangebot </h2>
<ol>
	<li> Trompete </li>
	<li> Geige </li>
	<li> Gitarre </li>
	<li> Klavier </li>
</ol>  
<p><a href="start.html"> Zur Startseite</a></p>  
</body>
</html>

