Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.11 KB

File metadata and controls

26 lines (16 loc) · 1.11 KB

HTML

For more info on headers see the HTTP Headers section in the NOTES.md file in the LearningDirectory/API/REST/ directory.

Directories and Files

Directories

  • Courses/

Files

  • README.md - this readme file.

Comparison table:

? HTML HTML5
Audio It didn’t support audio and video without the use of flash player support. It supports audio and video controls with the use of and
Store data It uses cookies to store temporary data. It uses SQL databases and application cache to store offline data.
? Does not allow JavaScript to run in browser. Allows JavaScript to run in background. This is possible due to JS Web worker API in HTML5.
Vector graphics. Possible in HTML with the help of various technologies such as VML, Silver-light, Flash, etc. Additionally an integral a part of HTML5 like SVG and canvas.
Drag and drop effects. Not allowed. Allowed.
List goes on... List goes on... List goes on...