Skip to content

Commit 2c196f8

Browse files
committed
add meta description
1 parent 24496ed commit 2c196f8

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>My form exercise</title>
8-
<meta name="description" content="" />
8+
<meta name="description" content="Form for T-Shirt selling exercise" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
</head>
1111

@@ -15,16 +15,6 @@ <h1>Product Pick</h1>
1515
</header>
1616
<main>
1717
<form>
18-
<!-- write your html here-->
19-
<!--
20-
[x] My form is semantic HTML.
21-
[x] All inputs have associated labels.
22-
[] My Lighthouse Accessibility score is 100.
23-
[ ] I require a valid name.
24-
[ ] I require a valid email.
25-
[ ] I require one colour from a defined set of 3 colours.
26-
[ ] I require one size from a defined set of 6 sizes.
27-
-->
2818
<fieldset>
2919
<legend>Personal Information</legend>
3020
<label for="name">Name:</label>

0 commit comments

Comments
 (0)