Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it too early to use HTML5

I was wondering if it it too early to use HTML5 for a production site. Should I rather wait 6-12 months until users have updated to compatible html5 browsers? This leads me to, how far back does the browsers support HTML5?

like image 291
Dofs Avatar asked Jun 28 '10 19:06

Dofs


People also ask

When should I use HTML5?

HTML5 allows you to build offline applications. Browsers that support HTML5 offline applications (which is most) will download the HTML, CSS, JavaScript, images, and other resources that make up the application and cache them locally.

Is HTML5 still relevant?

If you want to remain compatible with most people's browsers, HTML5 is the way to go. While older versions of HTML do work well on browsers like Internet Explorer, these outdated versions are no longer supported or used by a majority of users.

Is HTML5 easier than HTML?

HTML5 is more complete and easier than HTML4, it has lots of new tags like <header>, <footer>, <navy>, <Audio>, <video>, <main> etc. It also supports graphics. In the following image, we have described all the essential terms related to HTML and HTML5.

Is HTML5 better than HTML?

HTML5 provides more flexible storage options. HTML used the concept of cookies to store temporary data, but HTML5 is capable of using a user-side database like SQL. It also allows the user to view previously visited page data in offline mode. HTML5 eliminates the need to write multiple codes for multiple platforms.


1 Answers

If everyone waits for others to start using, no-one will ever use it.

Why not help lead the way? Just stick to browser-supported features and help educate your users about updating their browser.

like image 120
Ben S Avatar answered Oct 11 '22 09:10

Ben S