Browsers that do not support HTML5 elements can be made compatible using '___'.

  • HTML5shiv
  • Normalize.css
  • Modernizr
  • Reset.css
The correct answer is HTML5shiv. HTML5shiv is a JavaScript library that enables support for HTML5 elements in older browsers. Including HTML5shiv in your project can help ensure compatibility and consistent rendering of HTML5 elements across various browsers, particularly those that do not natively support these elements.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *