MP
No notes
Syntax:
No syntax
<?xml version="1.0" encoding="UTF-8"?> <!-- XML Declaration, above. XHTML-MP is XML.--> <!-- DOCTYPE declaring that this document is XHTML-MP. --> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <!-- The rest of this document looks a lot like desktop HTML. --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- Externally Linked Stylesheet--> <link rel="stylesheet" href="/learnto.css" type="text/css" /> <title>Curso de Mobile Web / ejemplo XHTML MP</title> </head> <body> <div class="hdr">Curso Mobile Web / Ejemplo XHTML </div> </body> </html>