Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


What is HTML5?

features highlights html5

  • Please log in to reply
&nsbp;

#1 DesGuru

DesGuru

    Senior Member

  • Designer
  • 220 posts

Posted 23 October 2012 - 08:02 PM

HTML5 is the standard for HTML.HTML5 is still in working progress. However, the main browsers support many of HTML5 new HTML5 APIs and elements. HTML5 is the work of World Wide Web Consortium and the Web Hypertext Application Technology Working Group.
HTML5 highlights are:
•New features that are based on JavaScript, HTML, CSS and DOM.
•Minimize the need for external plugins
•Handles errors effectively
•Replaces scripting with more markup to
•Device independent
•Uses <canvas> element for the 2D drawing
•Introduces <video> and <audio> elements to be used for media playback
•Has local storage support
•New specific content elements, like<header>, <nav>, <article>, <footer> and <section>
•New controls form, like, date, time, , search , calendar, email, and url
  • lalelemu likes this

#2 jasndavis

jasndavis

    Junior Member

  • Designer
  • 11 posts

Posted 31 October 2012 - 02:35 PM

Great information. Thanks! Do you have any links to tutorials that you could share?
  • lalelemu likes this

#3 DesGuru

DesGuru

    Senior Member

  • Designer
  • 220 posts

Posted 31 October 2012 - 02:45 PM

Great information. Thanks! Do you have any links to tutorials that you could share?


check this out
15 Useful HTML5 Tutorials and Cheat Sheets | Tutorials
  • lalelemu likes this

#4 Machinlab

Machinlab

    Junior Member

  • Designer
  • 10 posts

Posted 02 November 2012 - 12:47 AM

Thanks for the tuts DeGuru.
  • lalelemu likes this

#5 larrypiterseon

larrypiterseon

    Apprentice Designer

  • Designer
  • 1 posts

Posted 07 November 2012 - 06:38 AM

HTML5 is the latest version of hypertext markup language that helps build advanced features in the website. The <audio>, <video>, <header>, <footer> and many other tags are really useful to make web design easy. The other important point about HTML5 is supporting browsers. HTML5 requires some major browsers with some of their new versions.
  • lalelemu likes this

#6 juleswelsch

juleswelsch

    Junior Member

  • Designer
  • 5 posts

Posted 08 November 2012 - 01:47 PM

Great information. Thanks!
  • lalelemu likes this

#7 anirban09p

anirban09p

    Junior Member

  • Designer
  • 26 posts

Posted 17 February 2015 - 04:07 AM

Hypertext Markup Language revision 5 (HTML5) is markup language for the structure and presentation of World Wide Web contents. HTML5 supports the traditional HTML and XHTML-style syntax and other new features in its markup, New APIs, XHTML and error handling.


  • lalelemu likes this

#8 Layla01

Layla01

    Junior Member

  • Client
  • 7 posts

Posted 11 February 2016 - 04:19 PM

Thanks for sharing the info. :)I've recently come across a YouTube channel https://www.youtube....uUGpCMzemHYnUqQ which has interesting videos and tutorials on HTML5 and web design generally. You may check it out.


  • lalelemu likes this

#9 Risha

Risha

    Junior Member

  • Designer
  • 5 posts

Posted 13 July 2016 - 11:05 AM

Really great and impressive info thanks sharing

 

 


  • lalelemu likes this

#10 RajGawdi

RajGawdi

    Member

  • Designer
  • 70 posts

Posted 20 July 2017 - 07:31 AM

HTML5 is the latest and most enhanced version of HTML.Technically, HTML is not a programming language, but rather a mark up language. The term represents two different concepts:
 
  • It is a new version of the language HTML, with new elements, attributes, and behaviors,
  • It provides a larger set of technologies that allows more diverse and powerful Web sites and applications. This set is sometimes called HTML5 & friends and often shortened to just HTML5.

There is a little difference in syntax:

 

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
 
<body>
Content of the document......
</body>
 
</html>

  • lalelemu and PrismaCreative like this

#11 trice001

trice001

    Junior Member

  • Designer
  • 1 posts

Posted 16 October 2017 - 07:32 AM

HTML or Hypertext Markup Language is the essential dialect utilized as a part of the making of website pages. Hypertext alludes to content put away in electronic organization that can be cross-connected, and markup dialect alludes to an arrangement of guidelines for showing data. At the point when HTML was at first created in the mid 1990s, site pages comprised basically of content and the main adaptation of HTML was principally worried about showing content. In any case, HTML has developed throughout the years and now HTML can teach the program how to show content data as well as such segment parts of a page as: illustrations, mixed media, contents, and so on.

Thanks& regards,

Angel anave

Web Development Company Toronto| Toronto Web Development| Web Development Toronto



#12 safiy

safiy

    Junior Member

  • Client
  • 18 posts

Posted 06 November 2017 - 08:10 AM

Really good information



#13 RajGawdi

RajGawdi

    Member

  • Designer
  • 70 posts

Posted 16 February 2018 - 11:40 AM

HTML stands for hyper text markup Language and its used  to create a web page.HTML5 is the next major revision of the HTML standard superseding HTML 4.01.HTML5 is a standard for structuring and presenting content on the World Wide Web.HTML5 Support latest versions of Apple Safari, Google Chrome, Mozilla Firefox, and Opera.HTML5 is coming with lots of flexibility and would support the followings −

  • Uppercase tag names.
  • Quotes are optional for attributes.
  • Attribute values are optional.
  • Closing empty elements are optional.


#14 webexpertsdubai

webexpertsdubai

    Junior Member

  • Designer
  • 3 posts

Posted 01 April 2019 - 02:48 PM

Worth reading guys. read to clear the confusion about the HTML5
Hardly 4-5 points I was knowing. Thanks, for sharing the amazing list which will help so many beginners. Who start their career web design services provider



#15 patilmansi785

patilmansi785

    Junior Member

  • Designer
  • 27 posts

Posted 25 April 2019 - 10:59 AM

HTML5 is the standard for HTML.HTML5 is still in working progress. However, the main browsers support many of HTML5 new HTML5 APIs and elements. HTML5 is the work of World Wide Web Consortium and the Web Hypertext Application Technology Working Group.
HTML5 highlights are:
•New features that are based on JavaScript, HTML, CSS and DOM.
•Minimize the need for external plugins
•Handles errors effectively
•Replaces scripting with more markup to
•Device independent
•Uses <canvas> element for the 2D drawing
•Introduces <video> and <audio> elements to be used for media playback
•Has local storage support
•New specific content elements, like<header>, <nav>, <article>, <footer> and <section>
•New controls form, like, date, time, , search , calendar, email, and url

 

Thanks for your valuable answer to us. Do you have any tutorial link ?



#16 ckwebsitedesign1

ckwebsitedesign1

    Junior Member

  • Designer
  • 2 posts

Posted 13 June 2019 - 04:52 AM

HTML 5 is a software solution stack that defines the properties and behaviors of web page content by implementing a markup based pattern to it. HTML 5 is the fifth and current major version of HTML, and subsumes XHTML.



#17 shakungrover

shakungrover

    Junior Member

  • Designer
  • 1 posts

Posted 15 July 2019 - 07:55 AM

HTML 5 is a software solution stack that defines the properties and behaviors of web page content by implementing a markup based pattern to it. HTML 5 is the fifth and current major version of HTML, and subsumes XHTML.

 

______________

mobile app development company in jaipur



#18 a2converter777

a2converter777

    Junior Member

  • Designer
  • 1 posts

Posted 17 July 2022 - 06:47 PM

Thanks for a good topic.


CEO @ A2converter


#19 alphapower_supplier

alphapower_supplier

    Junior Member

  • Designer
  • 1 posts

Posted 06 February 2023 - 03:05 PM

Great info on HTML, really. 

 

Currently i just made prebuild html template based site https://alphapower.me/







Also tagged with one or more of these keywords: features, highlights, html5

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users