html : ルート
デモ
<!DOCTYPE html>
<html lang="en">
<head>
<title>Swapping Songs</title>
</head>
<body>
<h1>Swapping Songs</h1>
<p>Tonight I swapped some of the songs I wrote with some friends, who
gave me some of the songs they wrote. I love sharing my music.</p>
</body>
</html>
↑この領域は編集できます(シンタックスハイライトは同期しません)。説明
アクセシビリティ的にはlang属性で言語を指定しておくと良い。日本語ならlang="ja"
。
属性 属性値の見方
manifest- HTML5で追加されたけど削除中で、代わりにService Workersを使う。
version- 不要