Parent Directory
|
Revision Log
New test
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>div/@name Attribute</title> |
| 5 | <style> |
| 6 | div { |
| 7 | position: relative; |
| 8 | } |
| 9 | </style> |
| 10 | </head> |
| 11 | <body> |
| 12 | <h1><code>div/@name</code> Attribute</h1> |
| 13 | |
| 14 | <div name="divname"> |
| 15 | div[@name = 'divname'] content comes here... |
| 16 | </div> |
| 17 | |
| 18 | </body> |
| 19 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |