Skip to content

Commit a8ca697

Browse files
committed
moved header to body elements.
1 parent 58c127f commit a8ca697

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<title>My form exercise</title>
7-
<header><h1>Product Pick</h1></header>
87
<meta name="description" content="" />
98
<meta name="viewport" content="width=device-width, initial-scale=1" />
109
</head>
1110
<body>
12-
13-
14-
11+
<header><h1>Product Pick</h1></header>
1512
<main>
1613
<form>
1714
<label for="name">Customer Name</label>

0 commit comments

Comments
 (0)