|
This is an example of setting the CSS properties for lists.
<ol id="list-sample">
<li>Anna Karenina by Leo Tolstoy</li>
<li>Madame Bovary by Gustave Flaubert</li>
<li>War and Peace by Leo Tolstoy</li>
<li>Lolita by Vladimir Nabokov</li>
<li>The Adventures of Huckleberry Finn by Mark Twain</li>
<li>Hamlet by William Shakespeare</li>
<li>The Great Gatsby F. Scott Fitzgerald</li>
<li>In Search of Lost Time by Marcel Proust</li>
<li>The Stories of Anton Chekhov by Anton Chekhov</li>
<li>Middlemarch by George Eliot</li>
</ol>
|
||