tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

olist.xml (542B)


      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 - OLIST</title>
      8 </head>
      9 <body onload="parent.loadComplete()">
     10 <ol compact="compact" start="1" type="1">
     11 <li>EMP0001
     12 <ul>
     13 <li>Margaret Martin
     14 <dl>
     15 <dd>Accountant</dd>
     16 <dd>56,000</dd>
     17 </dl>
     18 </li>
     19 </ul>
     20 </li>
     21 <li>EMP0002
     22 <ul>
     23 <li>Martha Raynolds
     24 <dl>
     25 <dd>Secretary</dd>
     26 <dd>35,000</dd>
     27 </dl>
     28 </li>
     29 </ul>
     30 </li>
     31 </ol>
     32 </body>
     33 </html>