HTML5

You might also like

You are on page 1of 12
Hypertext Markup Language (HTML) - a markup language designed, documented, and maintained by the World Wide Web Consortium (W3C). + Amarkup language - a programming language that uses special tags to embed words and commands in and around regular text. + HTMLS - the new version of HTML available today for the World Wide Web. + Itis a new specification providing the tools for producing the next generation of websites. + HTML is evolving constantly: new codes are added and outdated codes are retired. + HTML5 relies on technologies such as Cascading Style Sheets version 3 (CSS3) and JavaScript, to make websites really pop and move. HTML 5 - Features ‘how HTML should be rendered by’ ; CSS3 enables customizing any feature of HTML element, like: dimension, color, font, text, image, alignment, and layout. + CSS3 allows to create 2D and 3D transformations, transitions, and animations. + JavaScript - is a commonly used client-side scripting language that can be use to provide extra functionality to a website. + HTMLS allows to produce a dynamic user experience: + to alter web browser events, + to use custom data attributes, and + dynamically hide and display entire sections of HTML code. + jQuery used to simplify the flow of HTML5 events and custom data attributes within JavaScript, as lavaScript code can be fickle depending on the lew Features of HTMLS e Semantic Layout, w User Interface Tags, + New CSS3 Visual Enhancements, + Flexible Box Model and Multi-Column. Layout, + Intelligent Form Inputs, + jQuery, Browser Events, and Custom Data Attributes, + Canvas Graphics, + Built-in Audio/Video Support, + Drag-and-Drop Events, + Storage Databases, + Offline Detection and Synchronization, + Geolocation, « Web Workers, WebSockets, + Notifications. @rroz Main HTML5 Document Structure + - indicates the version of HTML page, + - contains the minimum number of characters required to be interpreted by the web browser, + HTMLS5 document structure: Title of the document Content of the document...... @rrez: New Semantic/Structural Elements (cont.)
- Defines an article