<link rel="stylesheet" href="./counterdemo.css" /> <h3>Interactive island</h3> <p>The server supplied the initial value <b>3.</b></p> <div> <button id="dec">-</button> <span id="value">3</span> <button id="inc">+</button> </div>