Skip to content

Commit 178cb6f

Browse files
All closing tags added
1 parent eb13c85 commit 178cb6f

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Form-Controls/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<title>T-Shirt Order Form</title>
78
</head>
9+
810
<body>
911

1012
<main>
13+
1114
<h1>Order Your T-Shirt</h1>
1215

1316
<form>
@@ -82,6 +85,11 @@ <h1>Order Your T-Shirt</h1>
8285
</p>
8386

8487
<p>BY Grant Riches</p>
85-
86-
87-
<!DOCTYPE html>
88+
89+
</form>
90+
91+
</main>
92+
93+
</body>
94+
95+
</html>

0 commit comments

Comments
 (0)