NextStage!
This commit is contained in:
@ -40,7 +40,6 @@
|
||||
<label for="cardhradio">Card3</label>
|
||||
<input type="radio" name="rad1" id="cardiradiott3" onchange=RadioChanged()><br>
|
||||
<label for="" id="checkedone"></label><br>
|
||||
<input type="button" value="Submit!" id="radiosubmitter">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@ -60,8 +59,22 @@
|
||||
<div>
|
||||
<h1>MethodChaining</h1>
|
||||
<input type="button" value="BEGIN THE QUESTIONING!!!" id="MethodChaining">
|
||||
<p id="capitalisedletter">Your name with capital first letter: </p>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1>PIRAMIDTIME!!!!</h1>
|
||||
<input type="button" value="PIRAMIDTIME!" id="beginpiramid">
|
||||
<p id="piramidtime"></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1>NUMBER Guesser!</h1>
|
||||
<p>Guess the number between 10 and 25!</p>
|
||||
<input type="button" value="Begin!" id="Guesserbeginer">
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user