Respuesta :

Answer:

Option (B)

Explanation:

For taking an input in text form in html we use <input> tag. This tag does not need to be closed as it does not have any end tag in HTML. This input tag is of various types like submit,button,password,etc. To output an empty text field in which text input should be entered, <input> tag of type text should be used.