Not logged in. Login

Exercise 10 Page

You should use this is the HTML page for Exercise10 and create the JavaScript to go with it.

<!DOCTYPE html> 
<html lang="en">
<head> 
<meta charset="UTF-8" />
<script src="https://cmpt165.csil.sfu.ca/js/jquery-3.4.1.js"></script>
<script src="https://cmpt165.csil.sfu.ca/js/raphael-2.3.0.js"></script>
<script src="logic.js"></script>
<title>Exercise 10</title>
</head> 
<body>
<h1>Exercise 10</h1>

<div id="svg1"></div>

<div class="form">Add how many?
<input type="text" id="howmany" />
<button id="more">Add More</button></div>

<div id="svg2"></div>

<div class="form">
<button id="another">Add Another</button>
</div>

</body>
</html>
Updated Sat Aug. 24 2019, 11:26 by ggbaker.