user1733000
user1733000

Reputation: 11

How to start on my HTML5 application?

I want to start my new project in HTML5 but actually I've no idea to start also I don't have any idea if I must use Dreamweaver or Eclipse? My program that I want to design has to do 3 things :

Databases are already running on my server but now I need to create the HTML5 files.

Anybody who can give me push in the back ?

Upvotes: 0

Views: 216

Answers (2)

Mudassir Hasan
Mudassir Hasan

Reputation: 28741

Whether HTML 5 works or not will depend on browsers on which your site runs . You can use any text editor or IDE to write your HTML 5 code. You should provide mechanism to detect whether browser supports HTML 5 and if not , render corresponding HTML 4 file.

A comparison test of browsers supporting HTML 5 here

Upvotes: 1

Related Questions