Guest User

Untitled

a guest
Mar 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>5.1 Homework</title>
  5. </head>
  6. <body>
  7. <div id="personaldetails">
  8. <div id="massdetails">
  9. <h1>Mass</h1>
  10. <div id="massresponse">
  11. </div>
  12. </div>
  13. <div id="speciesdetails">
  14. <h1>Person species</h1>
  15. <div id="speciesresponse">
  16. </div>
  17. </div>
  18.  
  19. </div>
  20.  
  21.  
  22. <div id="starshipsection">
  23. <h1> Name of starship</h1>
  24. <div id="starship"></div>
  25. </div>
  26.  
  27.  
  28. </body>
  29. </html>
Add Comment
Please, Sign In to add comment