All TalkersCode Topics

Follow TalkersCode On Social Media

devloprr.com - A Social Media Network for developers Join Now ➔

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 ❯