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 8e77f0a commit 004b0b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions html-forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
/>
</div>
</form>

<form>
...
<div>
<label for="form-message"> Your message:</label>
<textarea
id="form-message"
name="message"
autofocus="on"
required
max length="200"
></textarea>
</div>
</form>
</main>
</body>
</html>

0 comments on commit 004b0b9

Please sign in to comment.