Parent Directory
|
Revision Log
New
1 | wakaba | 1.1 | <!DOCTYPE html> |
2 | <html> | ||
3 | <head> | ||
4 | <title>body > ins > %Flow;</title> | ||
5 | <style type="text/css"> | ||
6 | ins { | ||
7 | background-color: red; | ||
8 | } | ||
9 | p { | ||
10 | color: green; | ||
11 | } | ||
12 | </style> | ||
13 | </head> | ||
14 | <body> | ||
15 | <h1><code>body > ins > %Flow;</code></h1> | ||
16 | <ins>Text1<p>#PCDATA</p>Text2</ins> | ||
17 | </body> | ||
18 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |