Wednesday, January 4, 2012

8 HTML LINKS

HTML Links

  1. What are hyperlinks used for? A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document
Create hyperlinks

  1. What does this example demonstrate? The example below will open the linked document in a new browser window or a new tab
An image as a link

  1. What does this example demonstrate? How to create a link of an image.
  2. What can you link to? The source.
  3. What can you use to create a link? <img>
  4. What is an anchor tag? The <a> tag defines an anchor.
  5. What type of resources can an anchor tag point to?
  6. What is the Href Attribute used for?
  7. Give an example of an anchor tag and a Href Attribute.
  8. What is the Target Attribute used for?
  9. Give an example of an anchor tag and a Target Attribute.
  10. What is the Name Attribute used for?
  11. Give an example of an anchor tag and a Name Attribute.
Open a link in a new browser window

  1. What does this example demonstrate? How to open a link in a new browser.
  2. Give an example of this tag and attribute? 
Link to a location on the same page

  1. What does this example demonstrate?  How to link a location on the same page.
  2. Give an example of this tag and attribute?
Break out of a frame

  1. What does this example demonstate? How to break out of a frame.
  2. Give an example of this tag and attribute?
Create a mailto link

  1. What does this example demonstrate? How to create a mailto link.
  2. Give an example of this tag and attribute?
Create a mailto link 2

  1. What does this example demonstrate? How to create a mailto link 2.
  2. Give an example of this tag and attribute?

No comments:

Post a Comment