Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
#test ul {
 display: inline-block;
 list-style: none;
 padding: 0px;
 margin: 11px;
}
#test li {
 float: left;
 padding-right: 100px;
}
ul#test2 {
 display: inline-block;
 list-style: none;
 padding: 0px;
 margin: 11px;
}
#test2 li {
 float: left;
 padding-right: 100px;
}
</style>
</head>
<body>
<ul id="test">
  <li> test1</li>
  <li> test2</li>
  <li> test3</li>
</ul>
  
  <p>&nbsp;</p>
<ul id="test2">
  <li> test1</li>
  <li> test2</li>
  <li> test3</li>
</ul>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers