Skip to content

Commit ccebebf

Browse files
committed
Wrap heading in the header element
1 parent 552c476 commit ccebebf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/html/the-html-attribute/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<link rel="stylesheet" href="../../../styles/video.css">
99
</head>
1010
<body>
11-
<h1>The HTML Attribute</h1>
11+
<header>
12+
<h1>The HTML Attribute</h1>
13+
</header>
1214
<main>
1315
<div class="video-container">
1416
<video preload controls>

0 commit comments

Comments
 (0)