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>
  <ul>
  <li>
    <a href="#" class="a"> Anchor tag to #</a>
  </li>
    
  <li>
    <a href="#2" class="b"> Anchor tag to #2</a>
  </li>
  </ul>
  
  <p>
    Top place inside second anchor tag is not moving outside the anchor tag. I want to move it outside anchor tag just like it is happening in first anchor
  </p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
blunderboypro
0viewers