Skip to content

Instantly share code, notes, and snippets.

@matsuhisa
Last active April 14, 2018 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuhisa/47d1890badd8383e0f658849c849e8ca to your computer and use it in GitHub Desktop.
Save matsuhisa/47d1890badd8383e0f658849c849e8ca to your computer and use it in GitHub Desktop.
training_html_scss/01/sample.html
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta content='実習用のサンプルコードです' name='description'>
<meta content='width=1024' name='viewport'>
<title>実習01のサンプルです</title>
</head>
<body>
<header>
<h1>実習01のサンプルです</h1>
</header>
<section>
<h1>h1のタイトルです</h1>
<h2>h2のタイトルです</h2>
<h3>h3のタイトルです</h3>
<h4>h4のタイトルです</h4>
<h5>h5のタイトルです</h5>
<h6>h6のタイトルです</h6>
<p>あのイーハトーヴォのすきとおった風、<strong>夏でも底に冷たさをもつ青いそら</strong>、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。</p>
<ul>
<li>実習01:HTMLとCSS</li>
<li>実習02:部品を作る</li>
<li>実習03:部品を組み合わせる</li>
</ul>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment