Listo ahora solo tengo 2 errores...
Cita: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
…a href="about.html"><p class="style3">Acerca de Misitio...</p></a></div>
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
---
Ese y bueno el de las Listas.. q es...
---
Cita: <div id="mc" align="center"><br /><li><a href="http://www.ejemplo1.com" title="Ir a ejemplo!">ejemplo1</a></li> <li><a href="http://www.ejemplo2.com" title="Ir a ejemplo!">ejemplo2</a></li> <li><a href="http://www.ejemplo3.com/" title="Ir a ejemplo!">ejemplo3</a></li> <li><a href="http://www.ejemplo4.com" title="Ir a ejemplo!">ejemplo4</a></li></div>
Ese es el código que tengo... y me da este error.. --->>
__________
document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
…tle="Ir a ejemplo!">ejemplo</a></li>
<li><a href="http://www.ejemplo.com
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").