Parent Directory
|
Revision Log
New tests
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <title>@contentEditable Test Document (HTML)</title> |
5 | </head> |
6 | <body contenteditable="true"> |
7 | <h1><code>@contentEditable</code> Test Document (HTML)</h1> |
8 | |
9 | <p>Paragraph......</p> |
10 | |
11 | <p>Paragraph......</p> |
12 | |
13 | <ul> |
14 | <li>List Item 1</li> |
15 | <li>List Item 2</li> |
16 | <li> |
17 | List Item 3 |
18 | <ul> |
19 | <li>List Item 3.1</li> |
20 | <li>List Item 3.2</li> |
21 | </ul> |
22 | </li> |
23 | </ul> |
24 | |
25 | <p>Paragraph......</p> |
26 | |
27 | </body> |
28 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |