We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6009394 + ad40b5e commit 64f1bbaCopy full SHA for 64f1bba
3-forms/19_contact_us.html
@@ -9,12 +9,12 @@
9
<body>
10
<form>
11
<h2>Contact Us</h2>
12
- <label>Name: </label><input type="text" />
+ <label for="name">Name: </label><input type="text" id="name" placeholder="Enter your name" />
13
<br><br>
14
- <label>Comment or suggestion:</label><br>
15
- <textarea></textarea>
+ <label for="comment">Comment or suggestion:</label><br>
+ <textarea id="comment" placeholder="Enter your comment"></textarea>
16
17
- <input type="submit" />
+ <input type="submit" value="Submit" />
18
</form>
19
</body>
20
-</html>
+</html>
0 commit comments