サンプルのサイト

Web表現の雛形

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>タイトル</title>
    <style>
      h1 {
        font-size:24;
        font-weight:bold;
        color:#ff7800;
      }
    </style>
    <script>
    </script>
  </head>
  <body>
    <header>
    </header>
    <footer>
    </footer>
  </body>
</html> aaaaaaaaaaaaaaaa