Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
<title></title>
<style type="text/css">
    .container
    {
       // background-color: yellow;
        //text-align: center;
    }
 .container ul li a 
    {
       // border: solid 1px grey;
        display: block;
        //float: left;
       // height: 100px;
       // line-height: 100px;
        list-style: disc;
       // margin: 5px;
       // text-align: center;
       // width: 100px;
    }
    
</style>
</head>
<body>
<div class="container">
    <ul>
        <li>x</li>
        <li>
           y
        </li>
    </ul>
    <div style="clear: both;">
    </div>
</div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers