How To Add List-style-type: “disc” to

tag

This seems like it ought to be ridiculously easy, but I'm having trouble figuring it out.

I want to replicate the

  • function so the disc image appears to the left, but applied to a

    tag

    I have this, but it does not show the disc image.

    .list {
         margin-top: 15px;
         margin-bottom: 15px;
         list-style:disc outside none;
         display:inline; 
         }
    
    <p class="list"><em>And Much, Much More!</em></p>
    

    I want to avoid using any graphics to simulate the bullet if at all possible.
    Спасибо за помощь

  • 15
    задан animuson 1 March 2012 в 19:20
    поделиться