Skip to content

Commit 8e49068

Browse files
Benjamin HongBenjamin Hong
Benjamin Hong
authored and
Benjamin Hong
committed
refactor: Migrate content into <body> for accessibility
1 parent a354b26 commit 8e49068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

02 - Starter Files Setup/test-START.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<link rel="stylesheet" href="../assets/style.css">
88
<title>Starter Files!</title>
99
</head>
10-
<p>Hello!</p>
11-
1210

1311
<style>
1412
p {
@@ -19,6 +17,7 @@
1917
</style>
2018

2119
<body>
20+
<p>Hello!</p>
2221
</body>
2322

2423
</html>

0 commit comments

Comments
 (0)