Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use HTML 5?

Tags:

html

I want to get ready for HTML 5 and start playing around with it. Do I need to install it or something before using it? How does it work? I'm currently on shared hosting.

like image 201
Strawberry Avatar asked Apr 03 '10 22:04

Strawberry


People also ask

Do all browsers support HTML5?

HTML5 is now compatible with all popular browsers (Chrome, Firefox, Safari, IE9, and Opera) and with the introduction of DOCTYPE, it is even possible to have a few HTML features in older versions of Internet Explorer too.

How do I start HTML5?

Your HTML5 template needs to start with a document type declaration, or doctype. A doctype is simply a way to tell the browser — or any other parser — what type of document it's looking at. In the case of HTML files, it means the specific version and flavor of HTML.

Is HTML5 free to use?

HTML5 isn't proprietary, so you don't need to pay royalties to use it.


2 Answers

HTML5 isn't a server-side technology. All you need to get started is a browser that supports HTML5.

See these pages for HTML5 support in different layout engines:

http://wiki.whatwg.org/wiki/Implementations_in_Web_browsers http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)

like image 142
Can Berk Güder Avatar answered Oct 26 '22 21:10

Can Berk Güder


You don't "install" HTML5 - did you install XHTML 1.1, or HTML 4.x? (no is the answer I'm looking for). Certain browsers support HTML 5 and some don't.

HTML 5 Browser Support/Engines: Comparison of layout engines (HTML5)

HTML 5 Working Draft:HTML 5 Working Draft

like image 31
drewrockshard Avatar answered Oct 26 '22 21:10

drewrockshard