Intent of this article is to show a simple SVG demo that has CSS and JQuery as icing on the cake
.
SVG = Scalable Vector Graphics
SVG provides a means to create vector graphics using markup language that is almost supported by all major modern web browsers including Mozilla Firefox, Internet Explorer 9, Google Chrome, Opera, and Safari.
With giving a touch of scripting language, you can create cool graphics for web. Folowing is the code I wrote for creating SVG & JQuery Smiley .
CodeProject