Using OpenGL within HTML

Hello, I was wondering if there is a way to implement OpenGL with HTML. If there is a way please let me know. Thank you.

if you want OpenGL inside your website:
use OpenGL for java.

if you plan to use html to implement opengl with it: (which would be a really strange idea…)
forget it.

You could also do an activeX control in the web page, and run your opengl program in that.