Multiple choice Which attribute of the input tag is used to create a Text Box? input type = textbox input type = text input type = label input type = textfield textarea Reveal answer Fill a bubble to check yourself B Correct answer Explanation Input type=Text or simply input creates a standard textbox. This can also have a value attribute, which sets the initial text in the textbox.