Skip to content

Instantly share code, notes, and snippets.

@skmkids
Last active March 28, 2020 06:12
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 skmkids/fa1a0eb7fb65a0e36f7731eb74cf63c1 to your computer and use it in GitHub Desktop.
Save skmkids/fa1a0eb7fb65a0e36f7731eb74cf63c1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<!--文字コードをUTF-8に指定-->
<meta charset="UTF-8">
<!--ブラウザに表示されるタイトルを指定-->
<title>kenkenHP-4-sample</title>
<!--CSSを埋め込み-->
<style type="text/css">
</style>
</head>
<body>
<!--ヘッダー開始-->
<header>
</header>
<!--ヘッダー終了-->
<!--メイン開始-->
<main>
</main>
<!--メイン終了-->
<!--フッター開始-->
<footer>
</footer>
<!--フッター終了-->
</body>
<html>
@skmkids
Copy link
Author

skmkids commented Mar 28, 2020

変更、追加説明

  • 基本を作成

###変更、追加した行

  • 1〜26

@skmkids
Copy link
Author

skmkids commented Mar 28, 2020

変更、追加説明

  • 説明を追加
  • styleタグの追加
  • htmlタグにlang要素の追加

変更、追加した行

  • 4,6,8,13,16,17,20,21,24
  • 9~10
  • 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment