Parent Directory
|
Revision Log
New tests
| 1 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 2 | <head> |
| 3 | <title>xhtml:id</title> |
| 4 | <style type="text/css"> |
| 5 | #xhtml-id { |
| 6 | color: green; |
| 7 | } |
| 8 | </style> |
| 9 | </head> |
| 10 | <body xmlns:xhtml="http://www.w3.org/1999/xhtml"> |
| 11 | <h1><code><var>xhtml</var>:id</code></h1> |
| 12 | |
| 13 | <p><a href="#xhtml-id"><code>#xhtml-id</code></a></p> |
| 14 | |
| 15 | <hr style="margin-top: 20em; margin-bottom: 20em"/> |
| 16 | |
| 17 | <p xhtml:id="xhtml-id"> |
| 18 | The element whose <code>ID</code> is <q><code>xhtml-id</code></q>. |
| 19 | </p> |
| 20 | |
| 21 | </body> |
| 22 | </html> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |