Skip to content

Commit 70420af

Browse files
authored
structure enhancements
1 parent 0251758 commit 70420af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 4 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>
7-
<meta name="description" content="Christelle's form which allows customers to fill their details and the kind of T shirt they like." />
6+
<title>T-shirt order form</title>
7+
<meta name="description" content="A T-shirt order form for customers to place orders." />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
</head>
1010
<body>
1111
<header>
12-
<h1>Product Pick</h1>
12+
<h1>T-shirt Order Form</h1>
1313
</header>
1414
<main>
1515
<form>
@@ -78,7 +78,7 @@ <h1>Product Pick</h1>
7878
</main>
7979
<footer>
8080
<!-- change to your name-->
81-
<p>By Anita Amirhaeri </p>
81+
<p> Anita Amirhaeri </p>
8282
</footer>
8383
</body>
8484
</html>

0 commit comments

Comments
 (0)