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"/>