Skip to content

Commit 4986b40

Browse files
committed
Text input for name, and email input for email with proper validation
1 parent 4db1db6 commit 4986b40

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<<<<<<< HEAD
43

54
<head>
65
<meta charset="utf-8" />
@@ -79,30 +78,4 @@ <h2>By Gideon Defar</h2>
7978
</footer>
8079
</body>
8180

82-
=======
83-
<head>
84-
<meta charset="utf-8" />
85-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
86-
<title>My form exercise</title>
87-
<meta name="description" content="" />
88-
<meta name="viewport" content="width=device-width, initial-scale=1" />
89-
</head>
90-
<body>
91-
<header>
92-
<h1>Product Pick</h1>
93-
</header>
94-
<main>
95-
<form>
96-
<!-- write your html here-->
97-
<!--
98-
try writing out the requirements first as comments
99-
this will also help you fill in your PR message later-->
100-
</form>
101-
</main>
102-
<footer>
103-
<!-- change to your name-->
104-
<p>By HOMEWORK SOLUTION</p>
105-
</footer>
106-
</body>
107-
>>>>>>> c44123d682bd435b63f5494103678de8fb6bb371
108-
</html>
81+
</html>

0 commit comments

Comments
 (0)