You develop an application in HTML5. The application has a field named field1 that uses the month input type.
You need to identify what will occur if the application runs from a browser that does not support the month input
type.
What should you identify?
A.
The field1 field will be rendered as a text box.
B.
The field1 field will appear as alabel named month.
C.
The web page will display an error message.
D.
The field1 field will not be displayed.
Explanation:
https://stackoverflow.com/questions/18020950/how-to-make-input-type-date-supported-on-allbrowsers-any-alternatives
It is right