21: HTML

21: HTML

<h2>Play '21' With JavaScript</h2><hr><p><strong>Game Status: </strong><span id="gameStatus"></span></p><hr> <p id="scores"></p><hr><p id="cardsDrawn"> <em>Your cards drawn will appear here.</em></p><input type="button" value="Hit Me" onClick="twenty1('Hit Me');"> <input type="button" value="Stick" onClick="stick();"><script type="text/javascript"> twenty1('Shuffle');</script>
Comments are closed.