Your own html5 mobile website and html5 mobile phone

Source: Internet
Author: User
Tags home screen

Your own html5 mobile website and html5 mobile phone

This website uses html5 + css3 + jquerymobile to only develop foreground functions. The front-end interface is quite beautiful, mainly because I have not learned the background language, so I have not yet developed the background, so far, only foreground functions have been developed. If you are interested, you can download them and develop them on your own. The page of this website is different from the page style of each recipe website, it is completely developed independently. The Code link is as follows:

LDO kitchen code

The example is as follows:



What do mobile websites do? What do html5 and wml talk about?

We recommend that you use HTML5 + jquery mobile and RESPONSIVE-related knowledge. Of course, experience is very important! That's enough. As for WML, forget him.

Why does html5 develop mobile web sites? I want to use html5 as a mobile phone website similar to e-commerce. I have some questions:

1. jsp is no longer needed
2. html5 has nothing to do with the development platform. You can also use notepad.
3. The mobile phone can be accessed when the website is released like a normal website. The general domain name of the mobile website is m.xxx.com.
Such as: m.dell-brand.com

4. Note:
1) Add <meta name = "viewport" content = "initial-scale = 1.0, user-scalable = no"/> to html.
Ensure the effect of web pages
2)
Add the following statement to make the webpage run better on an Apple device.
<Meta name = "apple-mobile-web-app-capable" content = "yes"/>
<Meta name = "apple-mobile-web-app-status-bar-style" content = "black"/>
<Meta content = "black" name = "apple-mobile-web-app-status-bar-style"/>
3) add this sentence to define the icon for the iphone to be added to the home screen
<Link rel = "apple-touch-icon" href = "/images/logo.png"/>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.