Extensible HyperText Markup Language (XHTML)
Desarrollador
World Wide Web Consortium
Información general
Extensión de archivo
.xhtml, .xht,
.xml, .html, .htm
Tipo de MIME
application/xhtml+xml
Tipo de formato
Lenguaje de marcado
Extendido de
XML y HTML
Estándar(es)
1.0 (Recomendación),
1.1 (Recomendación),
1.1 SE (Borrador),
5 (Borrador),
2.0 (Borrador)
XHTML, acrónimo en inglés de eXtensible Hypertext Markup Language (lenguaje extensible de marcado de hipertexto), es el lenguaje de marcado pensado para sustituir a HTML como estándar para las páginas web. En su versión 1.0, XHTML es solamente la versión XML de HTML, por lo que tiene, básicamente, las mismas funcionalidades, pero cumple las especificaciones, más estrictas, de XML. Su objetivo es avanzar en el proyecto del World Wide Web Consortium de lograr una web semántica, donde la información, y la forma de presentarla estén claramente separadas. La versión 1.1 es similar, pero parte a la especificación en módulos. En sucesivas versiones la W3C planea romper con los tags clásicos traídos de HTML.
Contenido
1 Ventajas respecto del HTML
2 Apéndice
3 Diferencias entre HTML y XHTML
3.1 Reglas para DTDs estrictos
4 Véase también
5 Referencias
6 Enlaces externos
//
editar Ventajas respecto del HTML
Las principales ventajas del XHTML sobre el HTML son:
Se pueden incorporar elementos de distintos espacios de nombres XML (como MathML y Scalable Vector Graphics).
Un navegador no necesita implementar heurísticas para detectar qué quiso poner el autor, por lo que el parser puede ser mucho más sencillo.
Como es XML se pueden utilizar fácilmente herramientas creadas para procesamiento de documentos XML genéricos (editores, XSLT, etc.).
editar Apéndice
El estándar XHTML indica en un apéndice informativo una manera de escribir XHTML de modo tal que los navegadores actuales que sólo entienden HTML, lo procesen como si fuera éste. Para esto se deberá crear un documento con algunas restricciones y consideraciones, y servirlo con el "content-type" text/html, en vez del correcto para XHTML.
Algunas de las reglas propuestas para que XHTML "parezca" HTML son:
No usar instrucciones de proceso.
Los elementos vacíos (como <br>) deberán escribirse <br />, es decir en forma abreviada y con un espacio antes de "/".
No se debe utilizar la forma abreviada para elementos no vacíos que no tengan contenido, es decir: no se debe escribir <p/>.
Para algunos autores, la inclusión de este apéndice en el estándar fue un error y consideran que es un error usar XHTML de esta manera.1
editar Diferencias entre HTML y XHTML
Artículo principal: Anexo:Etiquetas HTML/XHTML
La siguiente lista muestra algunas reglas de XHTML 1.0 que lo diferencian de HTML 4.01. Muchas de estas diferencias vienen con el cambio de ser una aplicación SGML a ser una aplicación del más estricto XML:
Los elementos vacíos deben cerrarse siempre:
Incorrecto: <br>
Correcto: <br></br> o <br/> o <br />
Nota: Cualquiera de las tres formas es válida en XHTML. Para compatibilidad según el "Apéndice C" debe usarse <br />.
Los elementos no vacíos también deben cerrarse siempre:
Incorrecto: <p>Primer párrafo<p>Segundo párrafo
Correcto: <p>Primer párrafo</p><p>Segundo párrafo</p>
Los elementos anidados deben tener un correcto orden de apertura/cierre (el que se abre último, debe cerrarse primero).
Incorrecto: <em><strong>Texto</em></strong>
Correcto: <em><strong>Texto</strong></em>
Los valores de los atributos deben siempre ir encerrados entre comillas (simples o dobles).
Incorrecto: <td rowspan=3>
Correcto: <td rowspan="3">
Correcto: <td rowspan='3'>
Los nombres de elementos y atributos deben ir en minúsculas.
Incorrecto: <A HREF="http://www.domname.com">Domname</A>
Correcto: <a href="http://www.domname.com">Domname</a>
No está permitida la minimización de atributos (se usa el nombre del atributo como valor).
Incorrecto: <textarea readonly>Solo-lectura</textarea>
Correcto: <textarea readonly="readonly">Solo-lectura</textarea>
Los atributos desaprobados en HTML 4.01 no forman parte de XHTML.
Incorrecto: <font color="#0000FF">Blue text</font>
Correcto: <span style="color: #0000FF;">Blue text</span>
editar Reglas para DTDs estrictos
El texto no debe ser insertado directamente en el cuerpo (dentro de la etiqueta "body").
Incorrecto: <body>Texto plano</body>
Correcto: <body><span>Texto plano</span></body>
No se deben insertar elementos de bloque dentro de elementos de línea.
Incorrecto: <em><h2>Título</h2></em>
Correcto: <h2><em>Título</em></h2>
editar Véase también
Anexo:Etiquetas HTML/XHTML
editar Referencias
↑ http://hixie.ch/advocacy/xhtml
editar Enlaces externos
Wikilibros
Wikilibros alberga un libro o manual sobre Lenguaje XHTML.
Guía breve oficial de XHTML del World Wide Web Consortium (W3C)
Traducción de la especificación oficial de XHTML
Resumen sobre las novedades del borrador XHTML 2.0
Especificación oficial de XHTML (en inglés)
Validador en línea del W3C (en inglés)
Guía en línea sobre el lenguaje XHTML
Introducción a XHTML
Guía de referencia rápida XHTML
Cross Browser Compatibility with PSD to XHTML Conversion
Today, when the world has become a global village owing to the advance in technology, almost every aspect of our lives is dominated by internet. Be it education, information, jobs, shopping, almost everyone seems to find a savior in the internet. This has ...
http://www.associatedcontent.com/article/7690580/cross_browser_compatibility_with_psd.html
Today, when the world has become a global village owing to the advance in technology, almost every aspect of our lives is dominated by internet. Be it education, information, jobs, shopping, almost everyone seems to find a savior in the internet. This has ...
http://www.associatedcontent.com/article/7690580/cross_browser_compatibility_with_psd.html
XHTML - Wikipedia, la enciclopedia libre
XHTML, acrónimo en inglés de eXtensible Hypertext Markup Language (lenguaje ... Wikilibros alberga un libro o manual sobre Lenguaje XHTML. ...
PSD to HTML Conversions Made Easy With XHTML
If you own a website or planning to develop one for your business, then it is necessary to be aware of the fact that PSD format based design needs to be converted into cross browser compatible markup language like HTML. With the help of XHTML or extensible ...
http://www.mynews.in/Blog/psd_to_html_conversions_made_easy_with_xhtml__B86778.html
If you own a website or planning to develop one for your business, then it is necessary to be aware of the fact that PSD format based design needs to be converted into cross browser compatible markup language like HTML. With the help of XHTML or extensible ...
http://www.mynews.in/Blog/psd_to_html_conversions_made_easy_with_xhtml__B86778.html
Guía Breve de XHTML
Lenguaje de Marcado de Hipertexto Extensible (eXtensible HyperText Markup Language) es una versión más estricta y limpia de HTML, que nace precisamente con el ...
Expression Studio 4 Web Professional
Whether you work with PHP, HTML/XHTML, CSS, JavaScript, ASP.NET or ASP.NET AJAX, Expression Web makes it faster and easier to create and maintain exceptional Web sites. Microsoft Expression Web 4 gives you the tools you need to produce high-quality ...
http://www.zimbio.com/Web+Design/articles/kXEcBnA2r9W/Expression+Studio+4+Web+Professional
Whether you work with PHP, HTML/XHTML, CSS, JavaScript, ASP.NET or ASP.NET AJAX, Expression Web makes it faster and easier to create and maintain exceptional Web sites. Microsoft Expression Web 4 gives you the tools you need to produce high-quality ...
http://www.zimbio.com/Web+Design/articles/kXEcBnA2r9W/Expression+Studio+4+Web+Professional
XHTML Básico
http://www.w3.org/TR/2000
Likno Software Releases New Version 5.3.852 of AllWebMenus, its Popular Drop Down Menu, CSS Menu and ...
Likno Software is a software house that creates quality software for the international community of web developers for more than 10 years. Its solutions are mainly focused on JavaScript, DHTML, CSS, AJAX, XHTML and more.
http://news.yahoo.com/s/prweb/20110128/bs_prweb/prweb8093935
Likno Software is a software house that creates quality software for the international community of web developers for more than 10 years. Its solutions are mainly focused on JavaScript, DHTML, CSS, AJAX, XHTML and more.
http://news.yahoo.com/s/prweb/20110128/bs_prweb/prweb8093935
XHTML Tutorial
Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
Nokia E72 vs Samsung i8000 Omnia II
There are lots of other features like A GPS Navigation system with Nokia Maps Application, PDF Viewer, Document Editor, HTML & XHTML Browser, Nokia Browser and so on. On the contrary, Samsung i8000 Omnia II is an attractive touchscreen phone operated on ...
http://www.prlog.org/11269044-nokia-e72-vs-samsung-i8000-omnia-ii.html
There are lots of other features like A GPS Navigation system with Nokia Maps Application, PDF Viewer, Document Editor, HTML & XHTML Browser, Nokia Browser and so on. On the contrary, Samsung i8000 Omnia II is an attractive touchscreen phone operated on ...
http://www.prlog.org/11269044-nokia-e72-vs-samsung-i8000-omnia-ii.html
Guía de Referencia Rápida XHTML
XHTML ... Modularización de XHTML 1.1. Esta guía. Oficina Española W3C. Esta guía está íntegramente desarrollada mediante XHTML + CSS. ...
Drupal 7 Integrates Advanced Open Source CMS Features
Some of the advanced features of Drupal 7 are: - Support for RDFa the World Wide Web Consortium (W3C) recommendation for embedding XHTML medata within documents as a technological building block for the semantic web . - Updated error, security and testing ...
http://www.associatedcontent.com/content_recommend.shtml?recommend=true&content_type=article&content_type_id=6230644
Some of the advanced features of Drupal 7 are: - Support for RDFa the World Wide Web Consortium (W3C) recommendation for embedding XHTML medata within documents as a technological building block for the semantic web . - Updated error, security and testing ...
http://www.associatedcontent.com/content_recommend.shtml?recommend=true&content_type=article&content_type_id=6230644
Manual de XHTML
En el manual conoceremos las distintas etiquetas XHTML, su uso y funcionamiento. ... Manual de XHTML, un lenguaje de descripción de páginas web normalizado según las ...
Tom Mulgrew Named Vice President of Agency Relations for Business Wire
Business Wire's patented NX data platform supports XML, XHTML and XBRL code that enhances news release interactivity, social media sharing and search engine optimization. More information about Business Wire and its services is located on its website at ...
http://www.cnbc.com/id/41271080/
Business Wire's patented NX data platform supports XML, XHTML and XBRL code that enhances news release interactivity, social media sharing and search engine optimization. More information about Business Wire and its services is located on its website at ...
http://www.cnbc.com/id/41271080/
Manual XHTML
4. Primer documento XHTML. 5. Ejemplo. Encabezados y marcas de importancia. Encabezados títulos ... Emacs como editor de texto xHTML e IDE para el desarrollo WEB ...
Behind the Code: Avoiding Spaghetti HTML
BaseHtmlNode produces good HTML that won't break the page. All elements are properly closed, the attributes are properly spaced and quoted and the HTML is as close to XHTML compliant as we can get. Also, BaseHTMLNode gives us more flexibility. Each element ...
http://www.npr.org/blogs/inside/2011/01/24/126312263/behind-the-code-avoiding-spaghetti-html?ft=1&f=
BaseHtmlNode produces good HTML that won't break the page. All elements are properly closed, the attributes are properly spaced and quoted and the HTML is as close to XHTML compliant as we can get. Also, BaseHTMLNode gives us more flexibility. Each element ...
http://www.npr.org/blogs/inside/2011/01/24/126312263/behind-the-code-avoiding-spaghetti-html?ft=1&f=
Pasar de HTML a XHTML
Guía básica para pasar nuestros documentos de HTML a XHTML, un lenguaje de maquetación de páginas web más potente y con futuro.
No More HTML5, It's All HTML Now
The formal standards body had dropped development on HTML and was instead focusing on XHTML, a new XML-based standard. However, people from Opera, Mozilla and Apple went off and created the WHATWG to continue development on the HTML standard and started ...
http://news.softpedia.com/news/No-More-HTML5-It-s-All-HTML-Now-179964.shtml
The formal standards body had dropped development on HTML and was instead focusing on XHTML, a new XML-based standard. However, people from Opera, Mozilla and Apple went off and created the WHATWG to continue development on the HTML standard and started ...
http://news.softpedia.com/news/No-More-HTML5-It-s-All-HTML-Now-179964.shtml
Descargar PDF del libro Introducción a XHTML | LibrosWeb.es
LibrosWeb.es. Introducción a XHTML. Por favor, selecciona el formato que más te interese ... (opcional, sólo si quieres que te respondamos) ...
HTML editor dumps 'HTML5' even as W3C touts it
That alone would have been unfathomable a decade ago." WHATWG kept the HTML standard alive for several years when the W3C was pursuing an incompatible and ultimately unsuccessful sequel called XHTML 2.0 . WHATWG has serious clout because it was founded by ...
http://news.cnet.com/8301-30685_3-20029043-264.html
That alone would have been unfathomable a decade ago." WHATWG kept the HTML standard alive for several years when the W3C was pursuing an incompatible and ultimately unsuccessful sequel called XHTML 2.0 . WHATWG has serious clout because it was founded by ...
http://news.cnet.com/8301-30685_3-20029043-264.html










