Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Testing/BasicHTMLStore.html
<html> |
<head> |
<meta name="info" content="Some information about the file"/> |
</head> |
<body> |
<table class="Person"> |
<tr><th>firstName</th><th>lastName</th><th>plan</th><th>photos</th></tr> |
<tr id="Person_0"><td><pre>Joe</pre></td><td><pre>Developer</pre></td><td><pre>Build an app</pre></td><td><a href="#Photo_0">#Photo_0</a></td></tr> |
</table> |
<table class="Photo" nextid="1"> |
<tr><th>data</th><th>label</th><th>owner</th></tr><tr id="Photo_0"><td><a href="http://images.apple.com/home/2006/images/20060725mightymouse.jpg">data</a></td><td></td><td><a href="#Person_0">#Person_0</a></td></tr> |
</table> |
</body> |
</html> |
Copyright © 2007 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2007-06-01