Skip to content

Commit

Permalink
modifed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby2314 committed Dec 1, 2023
1 parent 2c2e162 commit 99f76b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions submissions/olabodeSholesi/html-forms/contact-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ <h1>contact Page</h1>
<label for="fullname">Full Name: </label>
<input type="text" name="fullname" id="fullname"/> <br><br>
<label for="subject">Subject: </label>
<input form="text" name="subject" id="subject"/> <br><br>
<input for="text" name="subject" id="subject"/> <br><br>
<label for="email">Email: </label>
<input type="email" name="email" id="email" placeholder="Enter your email address"/> <br><br>

<label>Write your comments and suggestions about our products</label><br>
<textarea name="comments" id="comments" cols="50" rows="10"></textarea><br>
<input type="submit" value="SUBMIT" />




</fieldset>
</body>
</html>

0 comments on commit 99f76b2

Please sign in to comment.