Advertisement
Guest User

CAFETECH / CHA9LIPO

a guest
Jun 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. table, th, td {
  5. border: 2px solid black;
  6. border-collapse: collapse;
  7. }
  8. th, td {
  9. padding: 5px;
  10. text-align: left; }
  11. </style>
  12. <meta content="text/html; charset=ISO-8859-1"
  13. http-equiv="content-type">
  14. <title></title>
  15. </head>
  16. <body>
  17. <big style="font-weight: bold;"><big><big>LEARNING
  18. HTML<br>
  19. <br>
  20. </big></big></big>
  21. <div style="margin-left: 40px;"><big><big>we
  22. will learn to make our own web pages</big></big><br>
  23. </div>
  24. <br>
  25. <div style="margin-left: 40px;"><img class="footer-logo"
  26. src="https://i.imgur.com/LO6D3G7.png" alt=""
  27. style="display: block; width: 439px; height: 134px;"><br>
  28. </div>
  29. <div style="margin-left: 40px;"><big><span
  30. style="font-weight: bold;">This is </span><strike
  31. style="font-weight: bold;">Sparta</strike><span
  32. style="font-weight: bold;">
  33. our community</span></big><br>
  34. </div>
  35. <br>
  36. <hr
  37. style="border: medium none ; margin: 0px auto 0px 0px; padding: 0px; height: 1px; background-color: rgb(209, 213, 217);">
  38. <p>FrontEnd Essential Languages</p>
  39. &copy;&copy;&copy;&copy;&copy;&copy;&copy;
  40. <table style="width: 98px; height: 98px;">
  41. <tbody>
  42. <tr>
  43. <td><a href="https://facebook.com/cha9lipo">HTML</a></td>
  44. </tr>
  45. <tr>
  46. <td><a href="https://facebook.com/cha9lipo">CSS</a></td>
  47. </tr>
  48. <tr>
  49. <td><a href="https://facebook.com/cha9lipo">JAVASCRIPT</a></td>
  50. </tr>
  51. </tbody>
  52. </table>
  53. &copy;&copy;&copy;&copy;&copy;&copy;&copy;
  54. <br>
  55. <hr
  56. style="border: medium none ; margin: 0px auto 0px 0px; padding: 0px; height: 1px; background-color: rgb(209, 213, 217);"><br>
  57. <fieldset>
  58. <legend>File Uploader
  59. </legend>Select
  60. a file to upload:
  61. <br>
  62. <form action="upload.php" enctype="multipart/form-data"><br>
  63. <input name="fileToUpload" id="fileToUpload"
  64. type="file"><br>
  65. <br>
  66. <input value="Upload" name="submit" type="submit"><br>
  67. </form>
  68. </fieldset>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement