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>
    <div><button>button</button>
        <p>text that is somewhat long, and that I would like to be able to read in its entirety.</p><button class=large>large button</button>
</body>
</html>
 
p {margin:0}
div {width:120px;
height: 120px;
overflow: scroll;}
.large {height: 100px;}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers