Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   Difference in HTML and HTML5 (http://siteownersforums.com/showthread.php?t=136910)

artijain1900 11-20-2013 10:46 PM

Difference in HTML and HTML5
 
What is difference between HTML and HTML5?

bluesuedemovie 11-21-2013 02:57 AM

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

aashton 11-29-2013 03:11 AM

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

NicholasCage 12-16-2013 10:32 AM

HTML is simply markup language and HTML5 is great programming language

alligatortek001 02-26-2014 04:17 AM

Quote:

Originally Posted by artijain1900 (Post 349870)
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

johnsonlisa 02-28-2014 01:46 AM

HTML5 is the latest version of HTML with some new useful tag like

rizwan 04-22-2015 06:17 AM

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.

diwahyu 04-24-2015 05:16 AM

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.

janpaul7890 08-07-2016 11:21 PM

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.

vwebdevelopment 08-11-2016 04:49 AM

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.

eumaxindia 08-26-2016 11:26 PM

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).

Aarti Singh 12-06-2017 09:52 PM

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.


All times are GMT -7. The time now is 01:58 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.