pcharb
pcharb

Reputation: 184

Can I use jquery Mobile with HTML 4.01?

Can I use jQuery mobile library with HTML 4.01 transitional or do I have to use HTML5 to use it?

Upvotes: 1

Views: 1215

Answers (1)

Starx
Starx

Reputation: 78971

Yes, you can use both with jQuery Mobile. Just choose the one appropriate on your case.

For that you might need to know some of the differences among mobile technology regarding web and versions of different html.

I suggest reading these articles.

  1. HTML 4/5 Mobile Applications
  2. HTML 5 in mobile devices
  3. HTML 4.0 Guidelines for Mobile Access

Upvotes: 3

Related Questions