tor-browser

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

terminology2html.html (665B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4   <meta charset=utf-8> 
      5   <link href="terminology2htmlrules.xml" rel="its-rules">
      6   <title>EXAMPLE</title>
      7  </head>
      8  <body>
      9   <p>
     10   We may define
     11    <em id="keywords">discoursal point of view</em>
     12   as
     13    <dfn id="definitions">the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction</dfn>
     14   .
     15   </p>
     16   <p>
     17   We may define
     18    <em id="terms">refulgence</em>
     19   as
     20    <dfn id="refdef">a radiant or resplendent quality or state</dfn>
     21   </p>
     22   <p>
     23   But I'm not sure how
     24    <em id="term">quincunx</em>
     25   can be defined.
     26   </p>
     27  </body>
     28 </html>