/[suikacvs]/www/test/html/div/name-id.html
Suika

Contents of /www/test/html/div/name-id.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Tue Jul 19 08:18:04 2005 UTC (20 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>div/@name and div/@id Attributes</title>
5     <style>
6     div {
7     position: relative;
8     }
9     </style>
10     </head>
11     <body>
12     <h1><code>div/@name</code> and <code>div/@id</code> Attributes</h1>
13    
14     <div name="divname" id="divid">
15     div[@name = 'divname' and @id = 'divid'] content comes here...
16     </div>
17    
18     </body>
19     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24