Advertisement
Dennisaa

BasicStuff02.html

Aug 29th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.42 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <title>The basic stuff page</title>
  6.     <meta charset="utf-8">
  7.     <script src="BasicStuff.js">
  8.  
  9.     </script>
  10.     <link rel="stylesheet" href="BasicStuff.css">
  11. </head>
  12.  
  13. <body>
  14.     <form>
  15.         <input type="text" id="txtLyric" size="30" placeholder="enter the line of a lyric">
  16.         <input type="button" id="btnLyric" value="Add Lyric">
  17.     </form>
  18.     <ul id="lyrics">
  19.         </ul>
  20. </body>
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement