Advertisement
HTMLCoding

Hyperlink Tutorial

Mar 26th, 2014
2,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.36 KB | None | 0 0
  1. <!-- Made by Distance // Chris // HTMLCoding(Pastebin) -->
  2. <!DOCTYPE html>
  3. <html>
  4.   <head>
  5.     <title>Hyperlink Tutorial</title>
  6.   </head>
  7. <!-- How to HyperLink: Use a and href then put the link in commas then use > and then put the name you want and end it with </a> -->
  8. <!-- Example -->
  9. <a href="LinkGoesHere">Text you want to click to view this link</a>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement