Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kvsc27 authored Jul 29, 2024
1 parent 36ccd27 commit 6e36cbc
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions html-forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<main>
<form>
<div>
<label for="name">Full Name:</label>label>
<label for="name">Full Name:</label>
<input
id="location"
type="text"
Expand All @@ -26,10 +26,7 @@
required
/>
</div>
</form>

<form>
...

<div>
<label for="form-message"> Your message:</label>
<textarea
Expand All @@ -40,14 +37,13 @@
max length="200"
></textarea>
</div>
</form>

<form>
...
<div>
<button type="submit">Submit</button>
<button type="reset">Reset</button>
</form>
</div>
</form>

</main>
</body>
</html>

0 comments on commit 6e36cbc

Please sign in to comment.