Advertisement
MrsMcLead

Links

Jan 16th, 2014
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. Links Webpage
  5. </title>
  6. </head>
  7. <body>
  8.  
  9. <h1> Anchors and Links </h1>
  10.  
  11. <p>
  12. <strong>Anchors</strong> are tags that take you from one place to another on your website.
  13. If you move from one site to another, your anchor is a <strong>link</strong>.
  14. Today, we will focus on links. More on anchors soon!</p>
  15.  
  16. <!-- The links should be in the form:
  17.     <a href = "actual URL">name of site</a>
  18.     -->
  19.     <a href = "http://www.google.com">Google</a>
  20.     <br>
  21.     <a href = "http://wssd.org"> Click here for the most AWESOME school district EVER!</a>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement