MP

by kmmx03 on January 28th, 2012
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
<?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> 

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS