Difference between HTML and HTML5 | HTML and HTML5 | HTML | The ACX

Difference between HTML and HTML5


  • HTML:-
  1. The language in HTML does not have support for video and audio.
  2. The HTML browser uses cache memory as temporary storage.
  3. Uses cookies to store data.
  4. In HTML, the browser interface and JavaScript running in the same thread.
  5. It is not possible to create shapes like circles, rectangles, triangles.
  6. The Works with all older browsers.
  • HTML 5:-
  1. HTML5 supports both video and audio.
  2. HTML5 has storage options like application cache, SQL database, and web storage.
  3. Uses local storage instead of cookies.
  4. The HTML5 has the JavaScript Web Worker API, which allows the browser interface to run in multiple threads.
  5. Using html5, you can draw shapes like circles, rectangles, triangles.
  6. A new browser supports this.

Comments

Popular posts from this blog

How to install Pip pillow | Install Pip Pillow | Python pip | Python pillow tutorial

How to create Cardview with Toast | Cardview | Toast | Android Studio.

How to create Splashscreen | Android Studio.