Is mobile website production the same as traditional websites? Currently, smartphones can access websites directly through browsers, and the effect is the same as that on computers. The browser is inconvenient because of the screen size.
I want to make websites for mobile phones to adapt to the browsing habits of mobile phones. is the production method the same as that of traditional websites? Use a second-level domain name m.domane.com
Previous enterprise websites were created using html + php + mysql.
Reply to discussion (solution)
Can I replace the template?
The basic technologies are the same.
From the perspective of mobile phone users, you know where the difference is.
The difference between the frontend and the frontend is quite large.
1. screen size
2. traffic (for users, this is money-based)
3. in the visible/operation area, the operation area of the touch screen cannot be too small. it is difficult to accurately click the area of 20 or 30 pixels.
4. easy operation. mobile phones are almost all "single tasks". it is difficult to do a few things on one screen, and complicated jumps are unreasonable.
......
Let's take a look at weibo.cn. this is a page for mobile phones, and it is relatively narrow.
Rewrite css to a responsive layout
Thank you! I thought I had a special language to create a mobile website .!
The same language, different template themes,
Different views.
Adaptive response layout or a page dedicated for mobile phones
The main difference is that the front-end display is quite different. Refer to the mobile website.
It is important to note that css must be adaptive to the screen. Our project is also a page made by php. M.okhqb.com
Both are technically the same. Only the mobile phone needs to compress the webpage. Bootstroop
Js, CSS, and HTML5.
There is no difference between a program and a pc website.