Skip to content

Commit 3e0a907

Browse files
committed
I added my name to html
1 parent ff7b9d0 commit 3e0a907

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<title>My form exercise</title>
6+
<title>My form control exercise</title>
77
<meta name="description" content="" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9-
</head>
9+
</head>
1010
<body>
1111
<header>
12-
<h1>Product Pick</h1>
12+
<h1></h1>
1313
</header>
1414
<main>
1515
<form>
@@ -21,7 +21,8 @@ <h1>Product Pick</h1>
2121
</main>
2222
<footer>
2323
<!-- change to your name-->
24-
<p>By HOMEWORK SOLUTION</p>
24+
<p>By mandip work</p>
2525
</footer>
2626
</body>
2727
</html>
28+
""

0 commit comments

Comments
 (0)