Parent Directory
|
Revision Log
new
1 | wakaba | 1.1 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
2 | <head> | ||
3 | <title><isindex/> in XHTML</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | <isindex> | ||
7 | This is a <em>child</em> of <code>isindex</code>. | ||
8 | </isindex> | ||
9 | <pre id="source"> | ||
10 | <button onclick=" | ||
11 | var source = document.getElementById ('source'); | ||
12 | source.textContent = document.body.innerHTML; | ||
13 | ">Show source</button> | ||
14 | </pre> | ||
15 | </body> | ||
16 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |