Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <title>Table</title>
  5. </head>
  6. <body>
  7. <script>alert("Welcome Visitor :) ")</script>
  8. <table align="center" border="1" width="800px">
  9. <tr>
  10. <th height="200px" colspan="2"></th>
  11. </tr>
  12. <tr>
  13. <td height="40px" colspan="2">
  14. <marquee behaviour ="alternate">Computer Science</marquee></td>
  15. </tr>
  16. <tr>
  17. <td height="400px" width="300px">
  18. <table>
  19. <h3 align="center"><u> Login Form</u></h3>
  20. <tr>
  21. <form>
  22. First name: <input type="text"><br>
  23. Last name: <input type="text" ><br>
  24. Email: <input type="email" ><br>
  25. Username: <input type="text" ><br>
  26. Password: <input type="password" ><br>
  27. <button type="submit" value="Submit">Submit</button>
  28. <button type="reset" value="Reset">Reset</button>
  29. </form>
  30. </tr>
  31. </table>
  32. </td>
  33. <td height="400px"></td>
  34.  
  35. <tr>
  36. <td height="40px" colspan="2"></td>
  37. </tr>
  38.  
  39. </body>
  40. </table>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement