Answer:
The correct option to the following question is B.).
Explanation:
The HTML <input> tag is used to create to apply controls in web form and when we use in input tag type = "email", then it shows a textbox on the web browser because email is used to field for the editing the email addresses. Look like the text input, but email has the validation parameters and it has the relevant keyboard in the supported browsers and the devices with a dynamic keyboard and by default the input tag shows the textbox on web browser if we not set any attribute or if we give any unknown type then by default the web browser shows the textbox.