Advertisement
Searqq

html page

Dec 7th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h1>Noob Table Maker by V0x</h1>
  6.  
  7. <h2>Input Here</h2>
  8. <textarea id="inputBox" rows = "10" cols = "50"></textarea>
  9.  
  10. <br \>
  11.  
  12. <button type="button" onclick="actualButton()">Tablize</button>
  13.  
  14. <br />
  15. <br />
  16. <h2>Output Here</h2>
  17. <textarea id="outputText" rows = "25" cols = "50">Output</textarea>
  18.  
  19. <script src="testScriptVer2.js"></script>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement