

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Internet Explorer 8 will not modify HTML5 tags in print stylesheet
You should try html5shiv. To enable HTML5 elements in IE, you need to use plugins like html5shiv. The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9,
With that, you can also use document.createElement to create an element.
var demo = document.createElement("demo"); demo.innerHTML = "Working!"; document.appendChild(demo);
- Related Questions & Answers
- Filter gray image, black around png in Internet Explorer 8
- HTML5 New Tags
- HTML5 drag and drop will not drop
- How to enable JavaScript in Internet Explorer (IE)?
- How to disable JavaScript in Internet Explorer (IE)?
- How can we debug JavaScript in Internet Explorer?
- How to run Selenium tests on Internet Explorer browser?
- What is Selenium Internet Explorer Driver or IE Driver?
- How to fix Array indexOf() in JavaScript for Internet Explorer browsers?
- How to enable / Disable Enhanced Protection Mode in Internet Explorer using PowerShell?
- Strange cursor placement in modal when using autofocus in Internet Explorer with HTML
- Using HP UFT GetCellData function on SAP Web Dynpro crash Internet Explorer
- How to block a website in your web browsers (Chrome and Internet Explorer)
- What are the pre-conditions for Selenium Internet Explorer Driver or IE Driver?
- innerHTML adds text but not HTML tags
Advertisements