Naši dobrovolníci ještě tento článek do jazyka Čeština nepřeložili. Přidejte se a pomozte nám tuto práci dokončit!
Web sites and applications often need to present graphics. Static images can easily be displayed using the <img>
element, or by setting the background of HTML elements using the background-image
property. You can also construct graphics on-the-fly, or manipulate images after the fact. These articles provide insight into how you can accomplish this.
2D Graphics
3D Graphics
- WebGL
- A guide to getting started with WebGL, the 3D graphics API for the Web. This technology lets you use standard OpenGL ES in Web content.
Video
- Using HTML5 audio and video
- Embedding video and/or audio in a web page and controlling its playback.
- WebRTC
- The RTC in WebRTC stands for Real-Time Communications, technology that enables audio/video streaming and data sharing between browser clients (peers).