Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenaire authored Jun 5, 2024
1 parent a0e8814 commit 44f390e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 for="name">Full Name:<br></label>
<input
id="name"
type="text"
Expand All @@ -25,7 +25,7 @@
/>
</div>
<div>
<label for="email">E-Mail:</label>
<label for="email">E-Mail:<br></label>
<input
id="email"
type="text"
Expand All @@ -35,7 +35,7 @@
/>
</div>
<div>
<label for="form-message">Your Message:</label>
<label for="form-message">Your Message:<br></label>
<textarea
id="form-message"
name="message"
Expand Down

0 comments on commit 44f390e

Please sign in to comment.