Not logged in. Login

HTML for assignment 4

You should use this is the HTML page for Assignment 4 part I 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>Assignment 4 part I</title>
</head> 
<body>
<h1>Assignment 4 part I</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 Tue March 17 2020, 03:01 by oaltrad.