Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<div id="div1"></div>
<div id="div2"></div>
</body>
</html>
 
#div1 {
            width: 100px;
            height: 100px;
            background-color: #000;
        }
        #div2 {
            display: none;
            width: 100px;
            height: 100px;
            background-color: #F00;
        }
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers