Skip to content Skip to sidebar Skip to footer

Html5 Code Not Running In Jsp File

I'm trying to drag and drop an object in HTML5 canvas. When i run the code as a .html file from my desktop, it runs perfectly in my browser. When i run the exact same code in a .js

Solution 1:

Why are restricting with HTML4 using doctype

use this alone "DOCTYPE HTML" in doc type for HTML5.

Post a Comment for "Html5 Code Not Running In Jsp File"