Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

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!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-17-2009, 07:09 AM
CraSh1n CraSh1n is offline
Junior Member
 
Join Date: May 2009
Posts: 3
Default hosting for mobile devices

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?
Reply With Quote
  #2  
Old 06-17-2009, 07:15 AM
hood's Avatar
hood hood is offline
Senior Member
 
Join Date: Jan 2009
Posts: 107
Default Re: hosting for mobile devices

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>
WML e variety of XML, made to work with mobile devices. In WML pages are called cards.
Reply With Quote
Reply

Tags
devices, hosting, mobile

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 03:18 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.