1 |
<!DOCTYPE html> |
2 |
<html lang="en"> |
3 |
<head> |
4 |
<title>Web Document Conformance Checker (BETA)</title> |
5 |
<style> |
6 |
textarea { |
7 |
width: 35em; |
8 |
height: 20em; |
9 |
} |
10 |
</style> |
11 |
</head> |
12 |
<body> |
13 |
<h1>Web Docunent Conformance Checker <em>(beta)</em></h1> |
14 |
|
15 |
<form action="cc/" method="post" accept-charset="utf-8"> |
16 |
<p><label><code>Content-Type</code> |
17 |
<select name="i"> |
18 |
<option><code>text/html</code></option> |
19 |
<option value="application/xhtml+xml"><code>application/xml</code></option> |
20 |
</select></label></p> |
21 |
<p><label>Setting <input type="text" name="e" value=""><code>.innerHTML</code></label></p> |
22 |
<p><label>Source<br><textarea name="s"></textarea></label></p> |
23 |
<p><input type="submit"></p> |
24 |
</form> |
25 |
|
26 |
</body> |
27 |
</html> |