HTML 6
Understanding Mozilla Brick Web Component Framework
Mozilla ‘BRICKS‘ is a Web Component Framework For Mobile Devices. This Framework is based on X-TAG. X-TAG is based on the POLYMER Project for W3C Web Component PolyFils. For more details on X-Tag, you can use the below link:- http://www.x-tags.org/ […]
How to create multiple borders in an HTML element?
In CSS3 we have a box-shadow property which creates shadow around an element.A bit tricky use of this property can get us a multiple border in an HTML element. Example, .my-name-container{ box-shadow: 0 0 0 30px violet, 0 0 0 60px indigo, 0 0 0 90px blue, 0 0 0 120px green, 0 0 0 […]
HTML 5 Canvas & JSON Demo
Canvas A canvas is a html 5 element. You can compare with a drawing paper with many more capabilities like graphics ,animations. With javascript in it we can do lot of things. JSON 1. JavaScript object notation. 2 . You can compare it with XML. Demo The purpose of this demo :- […]