KySoto

lab 4 js html

Oct 1st, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <script src="script.js"></script>
  4.         <link rel="stylesheet" type="text/css" href="style.css">
  5.     </head>
  6.     <body>
  7.         <header><h1>191.1 The Derp</h1></header>
  8.         <p><span class="songChoiceLabel">Please Select a song </span><input type="text" id="songChoice"></input></p>
  9.         <p><input type="button" id="submitSong" value="Submit"></input></p>
  10.         </br>
  11.         <h2>Song Queue</h2>
  12.         <ol>
  13.             <li>Radioactive</li>
  14.             <li>One Step Closer</li>
  15.             <li>Too Fly for a White Guy</li>
  16.         </ol>
  17.        
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment