Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-20-2013, 10:46 PM   #1
artijain1900
Registered User
 
Join Date: Jul 2013
Posts: 122
Difference in HTML and HTML5

What is difference between HTML and HTML5?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
artijain1900 is offline   Reply With Quote

Old 11-21-2013, 02:57 AM   #2
bluesuedemovie
Registered User
 
Join Date: Nov 2013
Posts: 19
HTML is a markup language that is used to build static (non interactive and nonanimated) webpages.
HTML5 is the latest revision of HTML containing much better support for media like video and audio tags.
audio and video has internal specifications and has separate tags ie <audio> and <video>.
__________________
Vendetta Motion Picture, Blue Suede ,Indie Film, Asian Italian Action Movie , Jasmin St Clair, Blue Suede Action movie, Robert Miano, Breathless Action Thriller, Blue Suede,Blue Suede Action Movie, Blue Suede Indie Film,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,Blue Suede Indie Film,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
bluesuedemovie is offline   Reply With Quote
Old 11-29-2013, 03:11 AM   #3
aashton
Registered User
 
Join Date: Oct 2013
Posts: 15
HTML 5 is the fifth version of HTML and defines an HTML syntax that is compatible with HTML4 and XHTML1 documents shown on the Web. HTML5 also declared detailed parsing rules (including "error handling") for this syntax which are largely compatible with popular implementations. User agents must use these rules for resources that have the text/html media type.

__________________
Applications HTML5
aashton is offline   Reply With Quote
Old 12-16-2013, 10:32 AM   #4
NicholasCage
Registered User
 
Join Date: Dec 2013
Posts: 44
HTML is simply markup language and HTML5 is great programming language
NicholasCage is offline   Reply With Quote
Old 02-26-2014, 04:17 AM   #5
alligatortek001
Registered User
 
Join Date: Nov 2013
Posts: 92
Quote:
Originally Posted by artijain1900 View Post
What is difference between HTML and HTML5?
HTML is a markup language that is used to build static (non interactive and non-animated) webpages.
HTML 5 is the latest revision of HTML containing much better support for media like video and audio tags.
audio and video has internal specifications and has separate tags ie <audio> and <video>.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alligatortek001 is offline   Reply With Quote
Old 02-28-2014, 01:46 AM   #6
johnsonlisa
Registered User
 
Join Date: Feb 2014
Posts: 5
HTML5 is the latest version of HTML with some new useful tag like <video> , <article> etc.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
johnsonlisa is offline   Reply With Quote
Old 04-22-2015, 06:17 AM   #7
rizwan
Registered User
 
Join Date: Jun 2014
Posts: 209
HTML is a markup language
HTML5 is just a newer version of the HTML coding language. It is more advanced, with new features and changes to improve it.and HTML5 has the additional features of audio and video tags.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
rizwan is offline   Reply With Quote
Old 04-24-2015, 05:16 AM   #8
diwahyu
Registered User
 
Join Date: Apr 2015
Posts: 6
HTML5 is the newer specification for HTML.

As for which one is better, HTML5 is now fairly widely supported amongst browsers. It's got some pretty cool features like support for audio and video, 2d drawing using the canvas element, new semantic elements and much more.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for free
diwahyu is offline   Reply With Quote
Old 08-07-2016, 11:21 PM   #9
janpaul7890
Registered User
 
Join Date: Jul 2016
Location: USA
Posts: 138
There are many differences that are given in HTML5. The key difference between HTML and HTML5 is that video and audio are not part of HTML while these both are integral parts of HTML5 specifications.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
janpaul7890 is offline   Reply With Quote
Old 08-11-2016, 04:49 AM   #10
vwebdevelopment
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 41
The main difference are:
1. Audio and video were not part of previous HTML version specifications, however, both are the integral part of HTML5 specifications.
2. Vector graphics is also an integral part of HTML5 such as SVG and canvas while vector graphics is possible in HTML with the help of various technologies such as VML, Silverlight, Flash, etc.
3. In HTML, browser cache can be used as temporary storage. In case of HTML5, application cache, web SQL database, and web storage is used.
4. HTML doesn’t allows JavaScript to run in web browser, it runs in same thread as browser interface. HTML5 allows JavaScript to run in background that is possible because of JS Web worker API in HTML5.
vwebdevelopment is offline   Reply With Quote
Old 08-26-2016, 11:26 PM   #11
eumaxindia
Registered User
 
Join Date: Aug 2016
Posts: 640
HTML5 is the fifth version of HTML and is a core technology markup language of internet that is used for structuring and presenting the content for WWW. It is the latest, final and complete version of HTML standard of the W3C (World Wide Web Consortium).
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
eumaxindia is offline   Reply With Quote
Old 12-06-2017, 09:52 PM   #12
Aarti Singh
Registered User
 
Join Date: Apr 2017
Posts: 109
HyperText Markup Language (HTML) is the primary markup language for web pages. HTML5 is the version of HTML. The core aims of HTML5 have been to improve the language.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Aarti Singh is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What Is the updated Features in HTML5.? spyindia2013 HTML / DHTML 1 11-29-2013 03:21 AM
What is the difference between html and html5? synchronous Programming General 11 05-09-2013 10:05 PM
1.Basic distinguishing features of HTML 4 and HTML 5 rooseveltjobs HTML / DHTML 0 04-12-2012 10:00 PM


All times are GMT -7. The time now is 02:12 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.