Challenge Create A Text Field - ashish9342/FreeCodeCamp GitHub Wiki 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. ⚠️ **GitHub.com Fallback** ⚠️