Note that there are some explanatory texts on larger screens.

plurals
  1. POWrapped alphabet numbering
    primarykey
    data
    text
    <p>Hi I like to use ordered list like this.</p> <pre><code> (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must </code></pre> <p>I tried this but it shows the numbers.</p> <pre><code>/* Wrap alphabet. */ ol.wrapAlphabet { list-style-type: lower-alpha; counter-reset: item; margin-left: 0; padding-left: 0; margin-top: 5px; } ol.wrapAlphabet li { display: block; margin-left: 2em; } ol.wrapAlphabet li:before { display: inline-block; content: "(" counter(item) ") "; counter-increment: item; width: 2em; margin-left: -2em; }​ </code></pre> <p>Html</p> <pre><code>&lt;ol class="wrapAlphabet"&gt; &lt;li&gt; You must give any other recipients of the Work or Derivative Works a copy of this License; and &lt;/li&gt; &lt;li&gt; You must cause any modified files to carry prominent notices stating that You changed the files; and &lt;/li&gt; &lt;li&gt; You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and &lt;/li&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload