What's The Difference HTML5 vs Javascript

46,947

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
Share:
46,947
Howdy_McGee
Author by

Howdy_McGee

I'm a Web Developer who is constantly learning the trade. I've built and manage 100+ WordPress websites with the help of the talented Web Designers around me. I'm currently looking for ways I can help the WordPress community grow and maintain its awesomeness! ~ Alex

Updated on October 05, 2020

Comments

  • Howdy_McGee
    Howdy_McGee over 3 years

    I got asked a question that I really didn't know how to answer. "What's the difference between HTML5 and Javascript?" I mean we know HTML is a simple markup language but to get into the things that HTML5 does, such as the <canvas> tag for instance; don't you really NEED JavaScript to produce those canvas animations? Would you even be able to make an image slider without any JavaScript assistance? When it comes down to it wouldn't I be able to just use a JavaScript plugin vs HTML5 99% of the time?

  • Rob
    Rob over 12 years
    @RobW - I still don't get it. I said you need HTML. You coded HTML.
  • Raynos
    Raynos over 12 years
    You don't need HTML. XHTML or XML will do.
  • Peter Ellis
    Peter Ellis about 10 years
    OK, as someone not in the know, I came to this site with exactly this question, and now I am having to look elsewhere.
  • Rob
    Rob almost 4 years
    @Raynos Note that this is tagged HTML.