| 1 |
<!DOCTYPE html> |
| 2 |
<html lang="en"> |
| 3 |
<head> |
| 4 |
<title>HTML5 Table Structure Viewer</title> |
| 5 |
<style type="text/css"> |
| 6 |
textarea, iframe { |
| 7 |
width: 90%; |
| 8 |
height: 20em; |
| 9 |
} |
| 10 |
</style> |
| 11 |
<link rel="license" href="http://suika.fam.cx/c/pd" title="Public Domain."> |
| 12 |
<link rel="author" href="http://suika.fam.cx/~wakaba/who?" title="Wakaba"> |
| 13 |
</head> |
| 14 |
<body> |
| 15 |
<h1>HTML5 Table Structure Viewer</h1> |
| 16 |
|
| 17 |
<form action="table/table" method="post" accepet-charset="utf-8" |
| 18 |
target="result"> |
| 19 |
<p><label>HTML source:<br><textarea name="s"><DOCTYPE html><html lang="en"><head> |
| 20 |
<title>Table</title> |
| 21 |
</head> |
| 22 |
<body> |
| 23 |
<table> |
| 24 |
<tr><th><td> |
| 25 |
</table> |
| 26 |
</body></html></textarea></label></p> |
| 27 |
|
| 28 |
<p><input type="submit"></p> |
| 29 |
</form> |
| 30 |
|
| 31 |
<p><iframe src="about:blank" name="result"></iframe></p> |
| 32 |
|
| 33 |
<address>Powered by |
| 34 |
<a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a></address> |
| 35 |
</body> |
| 36 |
</html> |