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 e05d33c commit 8e77f0a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion html-forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
</head>

<body>
<main></main>
<main>
<form>
<div>
<label for="name">Full Name:</label>label>
<input
id="location"
type="text"
name="zipcode"
autofocus="on"
maxlength="5"
required
/>
</div>
</form>
</main>
</body>
</html>

0 comments on commit 8e77f0a

Please sign in to comment.