Loading lesson path
HTML
Canvas, SVG, media, web APIs, storage, and browser-native capabilities in one place.
The HTML <canvas> element is used to draw graphics on a web page.
Multimedia on the web is sound, music, videos, movies, and animations.
A Web API is a developer's dream.
SVG defines vector-based graphics in XML , which can be directly embedded in HTML pages.
The HTML <audio> element is used to play an audio file on a web page.
The Geolocation API is used to get the user's current location.
Plug-ins are computer programs that extend the standard functionality of the browser.
The HTML Drag and Drop API enables an element to be dragged and dropped.
HTML Web Storage API; better than cookies.
A web worker is an external JavaScript file that runs in the background, without affecting the performance of the page.
The Server-Sent Events (SSE) API enables pushing messages/updates from a server to the web page via HTTP connection.