Advertisement
Guest User

htmlstuff

a guest
Mar 25th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. </head>
  5. <body>
  6. <main>
  7. <section>
  8. <div>
  9. <h1> name + last name </h1>
  10. <h2>class + school</h2>
  11. </div>
  12. <figure>
  13. <svg width="100" height="50">
  14. <rect width="100" height="50" style="fill:white;stroke:black;stroke-width:4;">
  15. </scg>
  16. <figcaption>edit</figcaption>
  17. </figure>
  18. </section>
  19. <section>
  20. <div>
  21. <h3> phone </h3>
  22. <h2> 0541234567 </h2>
  23. </div>
  24. <div>
  25. <h3> phone parent </h3>
  26. <h2>name </h2><h2>052-1234567</h2>
  27. </div>
  28. <div>
  29. <h3>id</h3>
  30. <h2> 212121212 </h2>
  31. </div>
  32. </section>
  33. </main>
  34. <footer>
  35. <button type="button" name="button">sign in</button>
  36. </footer>
  37. <footer>
  38. <section>
  39. <h2> loan </h2>
  40. <figure>
  41. <svg width="100" height="50">
  42. <rect width="100" height="50" style="fill:white;stroke:black;stroke-width:5;">
  43. </svg>
  44. <figcation>table soccer</figcaption>
  45. </figure>
  46. <figure>
  47. <svg width="100" height="50">
  48. <rect width="100" height="50" style="fill:white;stroke:black;stroke-width:5;">
  49. </svg>
  50. <figcaption>ping pong</figcaption>
  51. </figure>
  52. <figure>
  53. <svg width="100" height="50">
  54. <rect width="100" height="50" style="fill:white;stroke:black;stroke-width:5;">
  55. </svg>
  56. <figcaption>snooker</figcaption>
  57. </figure>
  58. <h2>foods</h2>
  59. <figure>
  60. <svg width="100" height="50">
  61. <rect width="100" height="50" style="fill:white;stroke:black;stroke-width:5;">
  62. </svg>
  63. <figcaption> petel </figcaption>
  64. </figure>
  65. <figure>
  66. <svg width="100" height="50">
  67. <rect width="100" height="50" style="fill:white;stroke:black;stroke-width:5;">
  68. </svg>
  69. <figcaption> chocolate milk </figcaption>
  70. </figure>
  71. <section>
  72. </footer>
  73. </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement