Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Links and Images in HTML</title>
  6. </head>
  7. <body>
  8. <section>
  9. <a href="new.html">Go Back!</a>
  10. </section>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement