Difference between HTML and HTML5 ?

Irish

New member
Joined
Sep 10, 2012
Messages
101
Points
0
Anyone can show me differences between HTML and HTML5 ?

Thanks
 

pramod

Active member
Joined
Nov 24, 2012
Messages
353
Points
28
Hi Irish,

Happy to help you :)

HTML5 is the advanced version on HTML, with more media and location support. HTML5 allows adding dynamic content to the Webpage.

HTML5 added tags:
audio: to define the sound content.
video: to define a video or a movie.
source: to define multiple media resources for video and audio.
track: to define text tracks.
canvas: to draw graphics, and is used to draw a 2D drawing with height and width attributes.
article: to define an article.
header: it specifies an introduction for a document.
footer: to define a footer for a document.
wbr: to define a line break
time: to define a date/time.
geolocation: to know the user's location.

Tags supported by HTML, but not supported in HTML5:
big, center, acronym, frameset, applet, strike and center

To learn more basics you can learn online on w3schools.com
 

himans

New member
Joined
Feb 14, 2013
Messages
29
Points
0
HTML 5 is latest version of HTML that comes with many advancements .
 

shophia

New member
Joined
Mar 25, 2013
Messages
45
Points
0
HTML is a markup language ad it’s used to build static (non interactive and nonanimated) pages of site.
Browser cache can be used as temporary storage.

HTML5 is the newest revision of HTML comprising well support for media like video and audio tags.
Application Cache, Web SQL database & Web storage is obtainable as client side storage. Manageable using JavaScript edge in HTML5 compliant browsers.
 

Ari johnson

New member
Joined
May 6, 2013
Messages
19
Points
0
HTML 5 is an updated version of HTML. It’s much similar to HTML. But difference is HTML 5 contains much better support for media such as, an audio and video tag.
 

aishasony

New member
Joined
May 7, 2013
Messages
101
Points
0
By using HTML5 elements we can increase the semantic value of the web page as the codes are very standardize.Now it is easy to see which parts of the page are headers, nav, footers, aside, etc as the tags are specific for these all and most importantly know what their meaning and purpose is in whole the format.
 

Stephen

New member
Joined
Jun 4, 2013
Messages
16
Points
0
HTML is a markup language but HTML 5 is new, there is no big difference in both of them. HTML 5 have some tags and attributes which are not in HTML.
 

James159

New member
Joined
Aug 31, 2012
Messages
56
Points
0
Well, HTML5 is a language for structuring and presenting content for the World Wide Web while HTML is the basic markup language.
 

hnicolassuero

New member
Joined
Jun 24, 2013
Messages
9
Points
0
Differences are from heaven to earth, not exactly in coding but in performance.
 

Andrew

New member
Joined
Jul 29, 2013
Messages
25
Points
0
In short HTML5 is a newer version of HTML where lots of new tags are added which makes it dynamic means it also does validation before that it was static not able to do validation. For example, for password field if we write condition that it should be at least 6 characters long then we have to write Java script to validate it but thanks to HTML5 which eliminate the use of Java script which ultimately saves our coding time and minimizes lines of code which improves performance of the website.
 

AlexBell

New member
Joined
Mar 25, 2014
Messages
22
Points
0
In HTML 5 we can easily call objects through new elements, types of form controls and attributes. This new featured compare to the approach of object oriented programming. I this this is major difference between HTML and HTML 5.
 

rohanjain

New member
Joined
Feb 19, 2014
Messages
67
Points
0
HTML 5 contains much better support for media such as, an audio and video tag that includes <video>, <audio>. It supports most of modern browsers.
 
Older threads
Replies
12
Views
13,130
Replies
34
Views
21,611
Replies
1
Views
6,585
Latest threads
Replies
1
Views
86
Replies
1
Views
176
Replies
4
Views
385
Replies
11
Views
526
Replies
2
Views
229
Recommended threads
Replies
1
Views
1,278
Replies
3
Views
2,707
Replies
27
Views
15,537

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top