What's The Difference HTML5 vs Javascript [closed] What's The Difference HTML5 vs Javascript [closed] jquery jquery

What's The Difference HTML5 vs Javascript [closed]


Technically it HTML5 is a standard for the next generation of HTML. In reality it has become an all encompassing buzzword for javascript and every web technology developed since HTML4.

These are frequently refereed to as HTML5 technologies.

  • Javascript
  • HTML Canvas
  • WebGL
  • CSS3
  • Other CSS improvements such as flex boxes
  • Offline Storage
  • Geolocation
  • New events such as touch and orientation
  • Ajax
  • Websockets


You cannot create web pages without HTML. Nowadays, javascript is the script of the web and, to do most things dynamically, you need to use it despite the many things CSS3 can even do.