Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
7 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
partner

XHTML Basic

XHTML Basic is an XML-based structured markup language primarily used for simple (mainly handheld ) user agents, typically mobile devices.

XHTML Basic is a subset of XHTML, including a minimal set of XHTML modules for document structure, images, forms, basic tables, and object support. XHTML Basic is suitable for mobile phones, Personal Digital Assistants, pagers, and Interactive television.

It will replace Wireless Markup Language and C-HTML as more compliant user agents are developed.

One large advantage XHTML Basic has over WML and C-HTML is that XHTML Basic pages can be rendered differently in web browsers and on handhelds, without the need for two different versions of the same page.

XHTML MP is a Nokia project based on XHTML Basic; this effort targets hand phones specifically by adding mobile phone-specific elements to XHTML Basic.

=DOCTYPE=

To validate as XHTML Basic, a document must contain the following Document Type Declaration, or DOCTYPE: :<!DOCTYPE html PUBLIC -//W3C//DTD XHTML Basic 1.0//EN http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd >

=See also=

*List of document markup languages *Comparison of document markup languages

=External links=

*[http://www.w3.org/TR/xhtml-basic/ XHTML Basic]