bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/HTML

HTML

Graphics, Media, and Browser Features

Canvas, SVG, media, web APIs, storage, and browser-native capabilities in one place.

Lesson 1

HTML Canvas Graphics

The HTML <canvas> element is used to draw graphics on a web page.

Read lesson →Loading…
Lesson 2

HTML Multimedia

Multimedia on the web is sound, music, videos, movies, and animations.

Read lesson →Loading…
Lesson 3

HTML - What is a Web API?

A Web API is a developer's dream.

Read lesson →Loading…
Lesson 4

HTML SVG Graphics

SVG defines vector-based graphics in XML , which can be directly embedded in HTML pages.

Read lesson →Loading…
Lesson 5

HTML Audio

The HTML <audio> element is used to play an audio file on a web page.

Read lesson →Loading…
Lesson 6

HTML Geolocation API

The Geolocation API is used to get the user's current location.

Read lesson →Loading…
Lesson 7

HTML Plug-ins

Plug-ins are computer programs that extend the standard functionality of the browser.

Read lesson →Loading…
Lesson 8

HTML Drag and Drop API

The HTML Drag and Drop API enables an element to be dragged and dropped.

Read lesson →Loading…
Lesson 9

HTML Web Storage API

HTML Web Storage API; better than cookies.

Read lesson →Loading…
Lesson 10

HTML Web Workers API

A web worker is an external JavaScript file that runs in the background, without affecting the performance of the page.

Read lesson →Loading…
Lesson 11

HTML Server-Sent Events API

The Server-Sent Events (SSE) API enables pushing messages/updates from a server to the web page via HTTP connection.

Read lesson →Loading…