HTMLHTML + CSS
Draft saved locallyHTML · Spaces: 2
Live preview move your pointer inside
Add a Labelled Input
Forms should tell people what each field is for. A label and input work together.
01
Your mission
Add a username label and text input.
- Use a
label. - Use an
input. - Give the input a non-empty
type.
Check my page Run project