add numbers

by andrewjohn

HTML

what is 1,000,000 plus 20?


what is 9 times 9?


what's 12 times 12?
?????????????????????????????????????????????????????????????????????????????????????????????????????
????????????????????????????
????????????????????????????
????????????????????????????????
????????????????????????
???????????????????????
<button id="replaceButton">
done thinking?
</button>
<div id="body"></div>

CSS

body {
    font-family: "Comic Sans MS"
}
body {
  background-color: rgb(0,255,0);
}
#body {
	  position: absolute;
		left: 25%;
		top: 25%;
		width: 25%;
		height: 25%;
		background-color: green;
}

JavaScript

alert("welcome to add numbers")