Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
    <form><input type="text" placeholder="для проверки страницы"></form>
<ul>
  <li><a href="/link1">link1</a></li>
  <li><a href="/deep/link2">deep/link2</a></li>
  <li><a href="/link3">link3</a></li>
  <li><a href="/link4">link4</a>(with alert)</li>
  <li><a href="/link5">link5</a></li>
</ul>
  <h1 id="counter"></h1>
  <h1 id="content"></h1>
</body>
</html>
 
a.active {
  color: green;
  font-weight: bold;
}
Output

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

Dismiss x
public
Bin info
vvscodepro
0viewers