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>
  <nav>
    <ul>
      <li><a href="#">О нас</a>
        <ul>
          <li><a href="#">Создать сайт</a></li>
          <li><a href="#">Продвижение сайта</a></li>
          <li><a href="#">Наполнение сайта</a></li>
        </ul>
      </li>
      <li><a href="#">Новости</a></li>
      <li><a href="#">Услуги</a></li>
      <li><a href="#">Связь</a></li>
      </ul>
    </nav>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers