answer these
by andrewjohn
HTML
<div id="inputWords">
<ul>
<li>
<input type="text" id="adjl">
<br> want to?
</li>
<!-- put other input fields here -->
</ul>
</div>
<div id="story">
</div>
whats 10 times 12?
whats 11 times 12?
whats 12 times...
CSS
body {
background-color: red;
}
body {
font-family: "Comic Sans MS";
}
#replaceButton {
margin-top: 30px;
width: 100px;
}
JavaScript
alert("welcome to answer these!");
alert("what do you these are?");
alert("read these first.")