home / developersection / tag
Hi everyone in this blog, I’m explaining about HTML5 drag & drop event in jquery. Description:The release of HTML5 introduced nativeDrag and Dropfunc
Hi everyone in this blog I’m explaining about online and offline events in html5. Description:HTML 5 has one of the best features, which is the creat
Hi everyone in this blog, I’m explaining about Pseudo class. Description:A pseudo-class is similar to a class in HTML, but it’s not specified explici
Hi everyone in this blog I’m explaining about HTML5 new features. Description:This article is in the Product Showcase section for our sponsors at Cod
Hi friends In this article I’m explaining about CSS3 features animated dropdown menu usin css3. Description:Creating a dropdown menu is the most easy
Videos can be embedded in HTML pages with several methods. Code to add Video player using HTML5 The tag defines a container for ext
Marquee was first introduced in Internet Explorer and was very popular in the decade of 90’s before W3C ultimately decided to exclude it from the HTML standard element due to usability issues.
HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client side and to overcome following drawbacks
HTML5 has support for inline SVG. Here we draw a polygon shape using SVG tags.SVG-Polygon code style="fill:LightBlue;stroke:black;stroke-width:3;"
The Web SQL database API isn’t actually part of the HTML5 specification, but it is part of the suite of specifications that allows us developers to build fully fledged web applications, so it’s about time we dig in and check it out.
Scalable Vector Graphics (SVG) and MathML (Mathematical Markup Language) are XML applications that are widely used in scientific contexts. SVG is used
SVG stands for Scalable Vector Graphics and it is a language for describing 2D-graphics and graphical applications in XML and the XML is then rendered by an SVG viewer.