Computer Science, asked by dilipkalmodiya5486, 1 year ago

What happens if we view new html5 form input type in an older browser?

Answers

Answered by powerstar544
0
nothing would happen it will work as usually
Answered by skyfall63
0

Answer:

It reverts to standard text input due to compatibility.

Explanation:

When we view new html5 document in the old browser it reverts the standard text input because of the compatibility of the browser. The older browser will not support some features of the new html documents and they ignore the new elements

Some of the semantic elements are tags, audio and video are not backward compatible so it will not respond in the old browser.

Similar questions