20 lines
421 B
HTML
20 lines
421 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h3>Debugging</h3>
|
||
|
Trace the following to the JavaScript console:
|
||
|
<h4>Java Geometry Applets</h4>
|
||
|
<label for="commands">Commands executed</label>
|
||
|
<input type="checkbox" id="commands">
|
||
|
<label for="color">Colors assigned</label>
|
||
|
<input type="checkbox" id="color">
|
||
|
<script src="options.js" type="module"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|