guess the word

by andrewjohn

HTML

<div id="inputWords">
  <ul>
    <li>  
      <input type="text" id="adjl">
      <br>Adjective
    </li>
    <!-- put other input fields here -->
    
  </ul>  
</div>
<div id="story">
<button id="replaceButton">a...

CSS

body {
  font-family: "Comic Sans MS", cursive,
   sans-serif;
}
body {
  background-color: yellow;
}
#replaceButton {
  margin-top: 30px;
  width: 100px;
}

JavaScript

alert("welcome to guess the word.");
alert("what do you think its going to say?");
alert("only one guess.");