![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I want to do a website for mobile devices on my hosting . What XML type is made for mobile devices? What code should contain all pages for mobile devices in the beginning?
|
|
#2
|
||||
|
||||
|
All WAP (Wireless Application Protocol) sites must begin with the following code.
HTML Code:
<?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="no1" title="Card 1"> <p>Hello World!</p> </card> </wml> |
![]() |
| Tags |
| devices, hosting, mobile |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|