What is the difference when using .html and .htm for xcode 4.3.2 (phonegap)? I’ve files that will not create an app via xcode. I noticed it is .htm as I’m trying out a template file?
What is a best practice?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
.htmextension is a convention used for storing HTML documents on FAT16 filesystems (as used by DOS 6 and earlier)..htmlis the convention for all other systems.Presumably PhoneGap doesn’t expect HTML documents to have the DOS file extension as it was created over a decade after such systems fell out of common usage.