Thursday 10 March 2016

Html 5 tutorials




HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth revision, and current, version of the HTML standard since the inception of the World Wide Web.
It was finalized, and published, on 28 October 2014 by the World Wide Web Consortium (W3C).[2][3] Its core aims are to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsersparsers, etc.). HTML5 is intended to subsume not only HTML 4, but also XHTML 1 and DOM Level 2 HTML.[4]

HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves and rationalizes the markup available for documents, and introduces markup and application programming interfaces (APIs) for complex web applications.[5] For the same reasons, HTML5 is also a potential candidate for cross-platform mobile applications, with features having been designed with low-powered devices such as smartphones and tablets taken into consideration.
Many new syntactic features were added, compared to earlier versions, including the new <video><audio> and <canvas> elements, as well as the integration of scalable vector graphics (SVG) content (replacing generic <object> tags) and MathML for mathematical formulas. These features are designed to make it easy to include and handle multimedia and graphical content on the web without having to resort to proprietary plugins and APIs. Other new page structure elements, such as <main><section><article><header><footer><aside><nav> and <figure>, are designed to enrich thesemantic content of documents. New attributes have been introduced, some elements and attributes have been removed and some elements, such as <a><cite> and <menu> have been changed, redefined or standardized. The APIs and Document Object Model (DOM) are no longer afterthoughts, but are fundamental parts of the HTML5 specification.[5] HTML5 also defines in some detail the required processing for invalid documents so that syntax errors will be treated uniformly by all conforming browsers and other user agents.[6]


No comments:

Post a Comment