Skip to content

Instantly share code, notes, and snippets.

@Yoosuke
Last active February 16, 2019 01:58
Show Gist options
  • Save Yoosuke/b59c57e544ef5f1273c41b3f332cddb9 to your computer and use it in GitHub Desktop.
Save Yoosuke/b59c57e544ef5f1273c41b3f332cddb9 to your computer and use it in GitHub Desktop.
<html>
<head>
(文書のタイトルや、CSSやJavaScriptへのリンク、)
(メタデータ(データの説明データ)などを記述します。)
(Webブラウザーには表示されません。)
</head>
<body>
(文章や画像などを記述します。)
<div id="section">
<p>
段落1<br />
段落1の改行後
</p>
<p>段落2</p>
</div>
</body>
</html>
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment