1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd"> <html> <head> <title>Plain Text</title> </head> <body> <p> This is<br/> A simple sample of XHTML MP</p> <div style="text-align:right">Hello, world</div> </body> </html>