Skip to content

Challenge Create A Text Field

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Create a Text Field

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.

Clone this wiki locally