For more info on headers see the HTTP Headers section in the NOTES.md file in the LearningDirectory/API/REST/ directory.
- Courses/
- README.md - this readme file.
| ? | 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... |