WebGL is OpenGL 3D graphics for web pages. It extends the capability of the HTML canvas element to allow it to render accelerated 3D graphics in any compatible web browser.
WebGL is based on OpenGL ES and is driven via a JavaScript API. It does not require the use of plug-ins. Official specifications and additional information can be found at Khronos.