summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml-mp-1_2.xhtml
blob: 6c038df981ab60fd9c4b734737e9b2db11b1e6a6 (plain)
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>