Computer Science, asked by ssinha8214, 1 year ago

What happens if you view a new HTML5 form input type in an older browser

Answers

Answered by vandanasharmaapcvvpr
3
it will suggest to use a newer version of browser
Answered by phillipinestest
6

When you view a new HTML5 form input type in an older browser, most of the browsers both old and the new can handle the HTML elements even they are unrecognized as input elements.

But as a user, you can make the browser to identify and handle those input types. Few old browsers ignore the new elements, hence you need to add a rule to the web page to behave like block elements.

Similar questions