Select Chapter ❯
HTML Tutorial
- HTML Introduction
- HTML Editors
- HTML Main Tags
- HTML All Tags
- HTML Attributes
- HTML Formating
- HTML Comments
- HTML Links
- HTML Images
- HTML Tables
- HTML List
- HTML Iframes
- HTML Style
- HTML Javascript
- HTML Forms
- HTML Elements
HTML5 Tutorial
HTML Media
HTML5 Introduction
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web.It is the latest and most enhanced version of HTML.
HTML5 is supported in all modern browsers.Old and New browsers automatically handle unrecognized elements as inline elements.
Many Things Are New In HTML5.
- New HTML5 Tags:<header>, <footer>, <article>, and section>.
- New HTML5 Form Elements:number, date, time, calendar, and range.
- New HTML5 Graphic Elements:<svg> and <canvas>.
- New HTML5 Multimedia Elements:<audio> and <video>.
- Other features:microdata,drag and drop , geolocation , server-sent events , web sockets etc.
Many Things Are Removed In HTML5.
<acronym>,<applet>,<basefont>,<big>,<center>,<dir>,<font>,<frame>,<frameset>,<noframes>,<strike>,<tt> and many more.
❮ PreviousNext ❯