Http://dreamweaver.abang.com/od/html/a/wap-web.htm
On the internet, it can be said thatMobile Internet. You can not only use wireless network cards to access the Internet Anywhere, but also directly use your mobile phone to browse webpages and download files. In addition, wireless operators are also vigorously developing wireless networks and expanding the Internet bandwidth of mobile phones.
As a result, the demand for making mobile Web pages has also increased. This article briefly introduces the basic knowledge of creating mobile Web pages.
First, if you want to create a WAP webpage, you must first determine whether your WAP site version is wap1.2 or WAP2.0. You must confirm the content before continuing the following preparation.
These two versions are required because they use different Web language standards. wap1.2 adopts the WML language and 2.0 uses the xhtml mp language.
WMLLanguage is short for wireless markup language. It is a markup language inherited from HTML, but WML is based on XML, so it is stricter than HTML.
XHTML MPIt is short for XHTML mobile profile. It is a WAP2.0 markup language and is a type of XHTML. It is much more advanced than WML. It can also be modified by referencing external CSS, it can achieve similar browsing effect with a common web browser. Before the emergence of xhtml mp, developers can only use WML to create WAP websites. Although xhtml mp looks simpler and more beautiful, many large websites still use wap1.2 WML to make mobile phone sites, in order to be compatible with older versions of mobile phones, such as Sina mobile and Netease mobile.
After distinguishing the WAP version and language used, you also need to know some other knowledge:
1. Although it is written in the xhtml mp language and similar to the XHTML language, the page extension of the WAP site ends with *. WML, not *. html.
2. Using Dreamweaver, you can use xhtml mp language to create Wap pages. When creating a page, you can select the document type as the xhtml-mobile1.0.
What should I do if I want to use wap1.2 standard to create a website on your WAP site?
I have two answers. One is better than the other. The other is that you need to learn some new language marking methods. The other is that you have mastered a new skill. We will introduce how to create WML and xhtml mp in future articles.