]>
|
HTML |
XHTML |
<H1
Align="CENTER">Título</H1> |
<h1
align="center">Título</h1>
|
|
HTML |
XHTML |
<p>Lista |
<p>Lista
<ul> <li>Uno</li> <li>Dos</li> </ul> </p> |
|
HTML |
XHTML |
|
<hr> |
<hr
/> |
|
HTML |
XHTML |
<table
border=0> |
<table
border="0"> |
|
HTML |
XHTML |
<td
nowrap> |
<td
nowrap="nowrap"> |
|
HTML |
XHTML |
|
|
|
<html>
debe designar un espacio de nombres, por ejemplo:<html
xmlns="http://www.w3.org/1999/xhtml">DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [<!ENTITY mathml "http://www.w3.org/1998/Math/MathML">]>
<math></math>. El principal
atributo de la etiqueta <math> es "display", tiene dos
posibles valores:
<math display="inline"
xmlns="&mathml;"><mi>Π</mi></math>