closes #524
This commit is contained in:
parent
d40fbffdaa
commit
eb2d515b56
2 changed files with 8 additions and 0 deletions
|
@ -54,5 +54,11 @@
|
|||
clockStart();
|
||||
</script>
|
||||
|
||||
<!-- click on this button calls clockStart() -->
|
||||
<input type="button" onclick="clockStart()" value="Start">
|
||||
|
||||
<!-- click on this button calls clockStop() -->
|
||||
<input type="button" onclick="clockStop()" value="Stop">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,3 +7,5 @@ importance: 4
|
|||
Create a colored clock like here:
|
||||
|
||||
[iframe src="solution" height=60]
|
||||
|
||||
Use HTML/CSS for the styling, Javascript only updates time in elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue