Skip to content

Commit 9ac85b4

Browse files
committed
revert formatting
1 parent 4c932b1 commit 9ac85b4

1 file changed

Lines changed: 22 additions & 25 deletions

File tree

Form-Controls/index.html

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
4-
<head>
5-
<meta charset="utf-8" />
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7-
<title>My form exercise</title>
8-
<meta name="description" content="" />
9-
<meta name="viewport" content="width=device-width, initial-scale=1" />
10-
</head>
11-
12-
<body>
13-
<header>
14-
<h1>Product Pick</h1>
15-
</header>
16-
<main>
17-
<form>
18-
<!-- write your html here-->
19-
<!--
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<title>My form exercise</title>
7+
<meta name="description" content="" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
</head>
10+
<body>
11+
<header>
12+
<h1>Product Pick</h1>
13+
</header>
14+
<main>
15+
<form>
16+
<!-- write your html here-->
17+
<!--
2018
try writing out the requirements first as comments
2119
this will also help you fill in your PR message later-->
22-
</form>
23-
</main>
24-
<footer>
25-
<!-- change to your name-->
26-
<p>By HOMEWORK SOLUTION</p>
27-
</footer>
28-
</body>
29-
20+
</form>
21+
</main>
22+
<footer>
23+
<!-- change to your name-->
24+
<p>By HOMEWORK SOLUTION</p>
25+
</footer>
26+
</body>
3027
</html>

0 commit comments

Comments
 (0)