Epic-Sax-2/altsaxophon.html
2019-07-11 17:09:30 +02:00

21 lines
No EOL
882 B
HTML

<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
<title>Altsaxophon</title>
</head>
<body>
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zur&uuml;ck</button>
<h1>Altsaxophon</h1>
<img src="inhalte/bilder/Altsaxophon.png" />
<a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a>
<a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
<p>
Das Altsaxophon ist das geläufigste Saxophon, da es oft zur Instrumentalausbildung benutz wird. Außerdem eignet
sich das Altsaxophon aufgrund seiner mittelhohen Tonlage besonders gut zum Spielen von führenden Melodien.
</p>
</body>
</html>