Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html
  3.    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4.    "xhtml1-transitional.dtd">
  5. <html xmlns='http://www.w3.org/1999/xhtml'>
  6. <head>
  7. <title>NIST DOM HTML Test - ULIST</title>
  8. </head>
  9. <body onload="parent.loadComplete()">
  10. <ol>
  11. <li>EMP0001
  12. <ul compact="compact" type="disc">
  13. <li>Margaret Martin
  14. <dl>
  15. <dd>Accountant</dd>
  16. <dd>56,000</dd>
  17. <dd>Female</dd>
  18. <dd>1230 North Ave. Dallas, Texas 98551</dd>
  19. </dl>
  20. </li>
  21. </ul>
  22. </li>
  23. <li>EMP0002
  24. <ul>
  25. <li>Martha Raynolds
  26. <dl>
  27. <dd>Secretary</dd>
  28. <dd>35,000</dd>
  29. <dd>Female</dd>
  30. <dd>1900 Dallas Road. Dallas, Texas 98554</dd>
  31. </dl>
  32. </li>
  33. </ul>
  34. </li>
  35. </ol>
  36. </body>
  37. </html>
  38.  
  39.