diff options
author | ot <ot@localhost> | 2007-12-05 09:31:04 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-12-05 09:31:04 +0000 |
commit | 083d5061caa983398313a89a84e48bce49fdd6e9 (patch) | |
tree | 34e88c9e1bf46b9ef3515774761147850686fac7 /htdocs/dev/tests/xhtml-mp-1_2.xhtml | |
parent | d311db245fc8f492c5f5734953c8b618b26cc77e (diff) | |
download | markup-validator-083d5061caa983398313a89a84e48bce49fdd6e9.zip markup-validator-083d5061caa983398313a89a84e48bce49fdd6e9.tar.gz markup-validator-083d5061caa983398313a89a84e48bce49fdd6e9.tar.bz2 |
test xhtml mp 1.2
Diffstat (limited to 'htdocs/dev/tests/xhtml-mp-1_2.xhtml')
-rw-r--r-- | htdocs/dev/tests/xhtml-mp-1_2.xhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml-mp-1_2.xhtml b/htdocs/dev/tests/xhtml-mp-1_2.xhtml new file mode 100644 index 0000000..6c038df --- /dev/null +++ b/htdocs/dev/tests/xhtml-mp-1_2.xhtml @@ -0,0 +1,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> |