NextStage!

This commit is contained in:
2024-09-20 09:47:23 +02:00
parent c31f1b9686
commit 7fa0b67119
4 changed files with 76 additions and 6 deletions

View File

@ -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>