Skip to content

Commit 78af46e

Browse files
closing the trailing slashes on the meta data section and removing legend element inside the fieldset
1 parent b56466b commit 78af46e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Form-Controls/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
66
<title>My form exercise</title>
7-
<meta name="description" content="" />
8-
<meta name="viewport" content="width=device-width, initial-scale=1" />
9-
<link rel="stylesheet" href="style.css" />
7+
<meta name="description" content=""/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
<link rel="stylesheet" href="style.css"/>
1010
</head>
1111
<body>
1212
<header>
@@ -51,7 +51,6 @@ <h1>Product Pick</h1>
5151
</fieldset>
5252
<!--Shirt Color-->
5353
<fieldset>
54-
<legend>Shirt Color</legend>
5554
<label for = "shirt-color">Shirt Color</label>
5655
<select id="shirt-color" name="shirt-color" required>
5756
<option value="">Select a color</option>

0 commit comments

Comments
 (0)