<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=XHTML_Basic</id>
	<title>XHTML Basic - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=XHTML_Basic"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=XHTML_Basic&amp;action=history"/>
	<updated>2026-04-09T00:18:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=XHTML_Basic&amp;diff=186731&amp;oldid=prev</id>
		<title>imported&gt;Dave-okanagan: DEL newcomer Ref 1 added month ago &amp; already PermDead then notifying editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=XHTML_Basic&amp;diff=186731&amp;oldid=prev"/>
		<updated>2024-11-18T14:12:34Z</updated>

		<summary type="html">&lt;p&gt;DEL newcomer Ref 1 added month ago &amp;amp; already PermDead then notifying editor&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|XML-based structured markup language}}&lt;br /&gt;
{{update|date=October 2013}} &amp;lt;!-- It &amp;quot;will replace WML and C-HTML as more compliant user agents are developed&amp;quot;? Come on now, nobody has touched this article since 2006? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{HTML}}&amp;#039;&amp;#039;&amp;#039;XHTML Basic&amp;#039;&amp;#039;&amp;#039; is an [[XML]]-based structured [[markup language]] primarily designed for simple (mainly &amp;#039;&amp;#039;[[handheld]]&amp;#039;&amp;#039;) [[user agent]]s, often found in mobile devices such as mobile phones, PDAs, pagers, and set-top boxes..&lt;br /&gt;
&lt;br /&gt;
XHTML Basic is a subset of [[XHTML 1.1]], defined using [[XHTML Modularization]] including a reduced set of modules for document structure, images, forms, basic tables, and object support. XHTML Basic is suitable for [[mobile phone]]s, [[Personal Digital Assistant|PDA]]s, [[pager]]s, and [[Interactive television|settop boxes]].&lt;br /&gt;
&lt;br /&gt;
XHTML Basic was once intended to replace older technologies like WML and C-HTML as more compliant user agents were developed. However, with the rise of &amp;#039;&amp;#039;&amp;#039;[[HTML5]]&amp;#039;&amp;#039;&amp;#039; as the dominant web standard, XHTML Basic has been largely supplanted. HTML5&amp;#039;s rich feature set and cross-device compatibility have rendered separate mobile-specific languages like WML, C-HTML, and XHTML Basic unnecessary. Today, HTML5 provides a unified platform for creating websites that work across all devices, making XHTML Basic largely irrelevant in modern web development.&lt;br /&gt;
&lt;br /&gt;
One significant advantage of XHTML Basic over WML and C-HTML is that XHTML Basic pages can be rendered differently in [[web browser]]s and on handheld devices, eliminating the need for creating two different versions of the same page.&lt;br /&gt;
&lt;br /&gt;
The initial specification for XHTML Basic was released in 2000. In 2006, the specification was revised to version 1.1, incorporating six new features to better serve the small-device community. The latest update of the specification by the [[W3C]] has been performed in 2018.&amp;lt;ref&amp;gt;{{Cite web|title=XHTML™ Basic 1.1 - Second Edition|url=https://www.w3.org/TR/xhtml-basic/index.html|access-date=2022-01-25|website=www.w3.org}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Latest Developments (2018 Update) ==&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;2018&amp;#039;&amp;#039;&amp;#039; update to XHTML Basic by the &amp;#039;&amp;#039;&amp;#039;[[W3C]]&amp;#039;&amp;#039;&amp;#039; focused on improving interoperability with current technologies, ensuring XHTML Basic pages remain usable across a broader range of modern devices, including those that have adopted more recent web standards. These changes aimed to refine how XHTML Basic interacts with modern networking environments, enhancing compatibility with newer handheld devices and browsers that now more frequently rely on &amp;#039;&amp;#039;&amp;#039;[[HTML5]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
While XHTML Basic remains functional, it is considered outdated in comparison to modern &amp;#039;&amp;#039;&amp;#039;HTML5&amp;#039;&amp;#039;&amp;#039;, which has become the dominant standard for mobile-first design. &amp;#039;&amp;#039;&amp;#039;HTML5&amp;#039;&amp;#039;&amp;#039; includes features for multimedia, graphics, and responsive layouts, making it far more versatile for current web development needs.&lt;br /&gt;
&lt;br /&gt;
==DOCTYPE==&lt;br /&gt;
To validate as XHTML Basic, a document must contain the following [[Document Type Declaration]], or DOCTYPE:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML Basic 1.1//EN&amp;quot;&amp;lt;br /&amp;gt;&amp;quot;&amp;lt;nowiki&amp;gt;http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A complete [[XML#Schemas and validation|valid]] and [[Well-formed XML document|well-formed]] example is:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML Basic 1.1//EN&amp;quot;&lt;br /&gt;
    &amp;quot;http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Hello&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;Hello &amp;lt;a href=&amp;quot;http://example.org/&amp;quot;&amp;gt;world&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Served with a [[MIME]] type of &amp;quot;application/xhtml+xml&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==XHTML-Print==&lt;br /&gt;
XHTML-Print, which became a W3C Recommendation in September 2006, is a specialized version of XHTML Basic designed for documents printed from information appliances to low-end [[Printer (computing)|printers]].&amp;lt;ref name=&amp;quot;xhtml-print&amp;quot;&amp;gt;{{cite web&lt;br /&gt;
|url=http://www.w3.org/TR/2006/REC-xhtml-print-20060920/ |title=XHTML-Print, W3C Recommendation 20 September 2006 |publisher=[[World Wide Web Consortium]] |date=2006-09-20 |access-date=2008-07-19}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[XHTML]]&lt;br /&gt;
*[[List of document markup languages]]&lt;br /&gt;
*[[Comparison of document markup languages]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.w3.org/TR/xhtml-basic/ XHTML Basic]&lt;br /&gt;
* [https://web.archive.org/web/20060114192206/http://www.littlespringsdesign.com/design/xhtmlinfo/ An Overview of Mobile Versions of XHTML]&lt;br /&gt;
* [http://www.w3.org/TR/mobile-bp/ W3C Mobile Web Best Practices] (for XHTML Basic 1.1)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
[[Category:XHTML]]&lt;br /&gt;
[[Category:World Wide Web Consortium standards]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Dave-okanagan</name></author>
	</entry>
</feed>