Advertisement
Guest User

5

a guest
Oct 5th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Test</title>
  5.   <link rel="stylesheet" href="test6.css" />
  6.  
  7. </head>
  8. <body>
  9.  
  10.  
  11.  
  12.   <button id="clock" type="button"
  13.  onclick="document.getElementById('lol').innerHTML = Date()" >
  14.   Date and Time.</button>
  15.  
  16.   <div id="AASD">
  17.     <audio controls >
  18.  
  19.       <source src="https://my.mixtape.moe/ltbprc.mp3" type="audio/mp3"/>
  20.  
  21.     </audio>
  22.   </div>
  23.  
  24.  
  25.  
  26. <div>
  27. <form>
  28. <fieldset>
  29.   <legend><span>D</span>etails</legend>
  30.     <label for="USER">Username: </label> <br />
  31.       <input type="text" name="username" id="USER" required="required"/><br />
  32.     <label for="PASS">Password: </label><br />
  33.       <input type="password" name="password" id="PASS" required="required"/> <br />
  34.     <button><img src="https://orig13.deviantart.net/9bc5/f/2014/277/c/e/anime_icon_05_by_simoooapex-d81ixv5.png"  height="50"/>Click me ~</button>
  35. </fieldset>
  36. </form>
  37. </div>
  38.  
  39. <!--
  40.  
  41. <img src="https://i.warosu.org/data/ck/img/0067/67/1439338612849.png"  id="sip"/>
  42.  
  43. -->
  44.  
  45. <p id="lol"></p>
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. </body>
  58. <script>
  59.  
  60.  
  61. document.getElementById('lol').innerHTML = Date()
  62.  
  63. </script>
  64. <noscript> Sorry, Your browser does not support JavaScript </noscript>
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement