Beispiel:Karaoke-1.html

Aus SELFHTML-Wiki
Wechseln zu: Navigation, Suche
<!DOCTYPE html>
<html lang="de">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" media="screen" href="./Beispiel:Grundlayout.css">    
  <title>Liedtexte und Akkorde - 0</title>
  <style>

  </style>
</head>
<body>
  <h1>Liedtexte mit Akkorden darstellen</h1>
<p style="white-space:pre; font-family:monospace">
  
Am               G           Am
Are you going to Scarborough Fair?  

C          Am        D        Am
  Parsley, sage, rosemary and thyme,

         C                   G
Remember me to one who lives there,

Am       G                  Am
She once was a true love of mine.
</p>
<p>„Scarborough Fair“, altes englisches Volkslied</p>
</body>
</html>