Skip to content

Instantly share code, notes, and snippets.

@torikizi
torikizi / gist:6f1c271ba51761d91c116348a43e0636
Last active September 14, 2019 16:35 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<!--body内はarticleの中に複数のsectionが入っていること-->