Jump to content

HTML5 support?


Maknib

Recommended Posts

While that link is indeed correct it's not really that simple. There are plenty of HTML5 features that are already supported and allot of tools that make unsupported features work.

 

HTML5 is a moving standard still very much in it's infancy, but it is well worth looking at already. This article (and indeed website) will help you out: http://html5doctor.com/2022-or-when-will-html-5-be-ready

Link to comment
https://forums.phpfreaks.com/topic/256709-html5-support/#findComment-1316079
Share on other sites

  • 4 weeks later...

If you use tutorials such as the ones you find at W3schools it ussualy says what browsers that support the given feature.

 

Then you can decide to use it or not. As far as i know most browsers support the main HTML5 functions by now so you should be able to use it on your website.

 

Offcourse if you have visitors still using browsers like IE7 then mabye you should wait ;-)

Link to comment
https://forums.phpfreaks.com/topic/256709-html5-support/#findComment-1323819
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 4 weeks later...

HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.

Link to comment
https://forums.phpfreaks.com/topic/256709-html5-support/#findComment-1338699
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.