Skip to content

Instantly share code, notes, and snippets.

@shibainurou
shibainurou / html_practice.html
Last active May 11, 2022 13:44 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>カレーのレシピ</title>
</head>