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>
</head>
<body>
  <div class="navbar">
    <ul>
      <li><a href="#">1首页</a></li>
      <li><a href="#">2产品</a></li>
      <li><a href="#">3服务</a></li>
      <li><a href="#">4关于</a></li>
    </ul>    
  </div>
<style>
    .navbar>ul{
      float: right;
      list-style: none;
    }
    .navbar>ul>li{
      float: left;
      margin-right: 15px;
    }
  
    
</style>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers