Lesson: HTML5 and CSS
Create a Text Field
Now let's create a web form.
Text inputs are a convenient way to get input from your user.
You can create one like this:
<input type="text">
Note that input elements are self-closing.
Create an input element of type text below your lists.
The content on this page is licensed under Attribution-ShareAlike 4.0 International. Original authors: freeCodeCamp, the content was modified.