Uppercase filenames for images on webpage?
Is it OK to use uppe开发者_开发知识库rcase filenames for images on a webpage? Thanks
Filenames aren't shown to the user of your page so they can be however you want them to be.
Note, however, that it's important that the filenames exactly match between your HTML and your server. Although Microsoft servers are not case sensitive, Linux and other servers are.
It is conventional for images to be named in lower case; personally I find that more readable.
精彩评论