Magento Expert Forum - Improve your Magento experience

Page 1 of 2 12 LastLast
Results 1 to 20 of 32

What are the basic difference between HTML and HTML 5?

  1. #1

  2. #2
    Junior Member
    Join Date
    Jan 2015
    Posts
    195
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Default

    HTML 5 is an updated version of HTML. HTML 5 contains much better support for media such as, an audio and video tag.

  3. #3
    New member
    Join Date
    Mar 2015
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTML is Stands for Hyper Text Markup Language and it is used to make static websites. If we are talk about HTML5 is the extended version of HTML and it is used to make dynamic sites and also have some new tags like video tag, gradients tag, audio tag, animations and many more.

  4. #4
    Junior Member thaonvp's Avatar
    Join Date
    Mar 2015
    Posts
    42
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    HTML were all specifications for laying out text and images on a page. Later revisions included some attempts at providing semantic data which allows basically for automated categorization and correlation of HTML documents.

    HTML5 actually strives to be something very different. It aims to be more of an application development platform, which includes not only laying out text and images, but also playing video and audio, interactive 2d and 3d graphics, storing data in the application, dealing with online and offline access to data, and real-time networking protocols for exchanging data as it happens.

  5. #5
    Junior Member
    Join Date
    Mar 2015
    Location
    chennai
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In HTML 5 new code like <form> and <forminput> elements are looking good. If you do much with forms, you may want to take a look at what these have to offer and <audio> and <video> tag included

  6. #6
    Junior Member Gowebbaby's Avatar
    Join Date
    May 2014
    Location
    700 LOWER STATE RD, 19B3 NORTH WALES, PA 19454
    Posts
    42
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    These are the additional 10 features which is not in HTML but available in HTML5.

    Name:  html5-logo.png
Views: 420
Size:  37.0 KB

    1. HTML5 Is a Work in Progress.
    2. Simplified Syntax.
    3. The New <canvas> Element.
    4. The <header> and <footer> Elements.
    5.New <section> and <article> Elements
    6.New <menu> and <figure> Elements
    7.New <audio> and <video> Elements
    8. New Forms.
    9. Kiss <b> and <font> Goodbye!
    10. No More <frame>, <center>, <big>

    I hope this helpful for you.

    WordPress V/S Magento: Which is the Best Platform for Ecommerce Website?

  7. #7
    Junior Member
    Join Date
    Feb 2015
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    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.

  8. #8
    Junior Member
    Join Date
    Oct 2014
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTML5 has the features of playing audio and video with interactive 2d and 3d graphics and many more additional elements.

  9. #9
    New member
    Join Date
    Mar 2015
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTML 1.0 - 4.0 (and XHTML) were all specifications for laying out text and images on a page. Later revisions included some attempts at providing semantic data which allows basically for automated categorization and correlation of HTML documents.

    HTML5 actually strives to be something very different. It aims to be more of an application development platform, which includes not only laying out text and images, but also playing video and audio, interactive 2d and 3d graphics, storing data in the application, dealing with online and offline access to data, and real-time networking protocols for exchanging data as it happens.

    Thanks & Regards
    Saga Biz Solutions

  10. #10
    Junior Member
    Join Date
    Mar 2015
    Posts
    12
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    It is totally correct said in the thread. You can also read some useful info on the subject from http://www.webbuildersguide.com website. There are lots of nice articles on web building, they helped me a lot

  11. #11
    New member
    Join Date
    Sep 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTML5 is a new version of the HTML spec. See some of the new features made available in HTML5 at: http://net.tutsplus.com/tutorial...

  12. #12
    New member
    Join Date
    Nov 2015
    Location
    San Jose, CA
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    The very basic and simple difference between HTML and HTML5 is that HTML was meant for only text and images, whereas HTML5 is targeted for much more finer website applications which can incorporate audio and video, 2D and 3D graphics, uploading and downloading, storing data, offline and online access to data etc.

  13. #13
    Junior Member
    Join Date
    Oct 2015
    Posts
    20
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    HTML 5 is much better than HTML as it has much more function given in that and it support to media such as video, audio, text and images also.

  14. #14
    Junior Member
    Join Date
    Jan 2016
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

  15. #15
    Junior Member
    Join Date
    Nov 2015
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The main thing which i like about web designing is that it needs creativity and we need to work differently acccording to our clients need this needs a creativity and innovation.

  16. #16
    Junior Member
    Join Date
    Dec 2015
    Location
    India
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTML is Stand For the Search Engine Optimization. HTML is best way Create the Web Page.

    HTML5 is more updated compared to HTML.

  17. #17
    Junior Member
    Join Date
    Mar 2015
    Posts
    295
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    The primary one is consistent, defined error handling. As you know, HTML purposely supports 'tag soup', or the ability to write malformed code and have it corrected into a valid document. The problem is that the rules for doing this aren't written down anywhere. When a new browser vendor wants to enter the market, they just have to test malformed documents in various browsers (especially IE) and reverse-engineer their error handling. If they don't, then many pages won't display correctly (estimates place roughly 90% of pages on the net as being at least somewhat malformed).

    So, HTML5 is attempting to discover and codify this error handling, so that browser developers can all standardize and greatly reduce the time and money required to display things consistently. As well, long in the future after HTML has died as a document format, historians may still want to read our documents, and having a completely defined parsing algorithm will greatly aid this.

  18. #18
    Junior Member
    Join Date
    Feb 2016
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTML 5 is the latest and very great version of HTML, you have a lot of new stuff and things in this new version which makes web development awesome.Just like you have great graphic options with HTML 5 which are not in old versions.

  19. #19
    Junior Member
    Join Date
    Mar 2016
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

  20. #20
    Junior Member
    Join Date
    Mar 2016
    Posts
    209
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    HTML
    HyperText Markup Language or simply HTML is the markup language used by web developers to create web pages

    HTML 5
    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.

  21. The Following User Says Thank You to gisteam For This Useful Post:

    animetedzone (31-01-2019)

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •