Answer the questions on your Blog.
HTML Links
- What are hyperlinks used for?
Create hyperlinks
- What does this example demonstrate?
An image as a link
- What does this example demonstrate?
- What can you link to?
- What can you use to create a link?
- What is an anchor tag?
- What type of resources can an anchor tag point to?
- What is the Href Attribute used for?
- Give an example of an anchor tag and a Href Attribute.
- What is the Target Attribute used for?
- Give an example of an anchor tag and a Target Attribute.
- What is the Name Attribute used for?
- Give an example of an anchor tag and a Name Attribute.
Open a link in a new browser window
- What does this example demonstrate?
- Give an example of this tag and attribute?
Link to a location on the same page
- What does this example demonstrate?
- Give an example of this tag and attribute?
Break out of a frame
- What does this example demonstate?
- Give an example of this tag and attribute?
Create a mailto link
- What does this example demonstrate?
- Give an example of this tag and attribute?
Create a mailto link 2
- What does this example demonstrate?
- Give an example of this tag and attribute?
HTML Links
Attach this file to your Blog.
Work in the tryit editor. Copy and paste the code into the correct HTML editing program on this computer(text edit). Add to your project.
Search for image icons download and save 10 small images in your project folder.
Change the following hyperlinks to image links: <a href="default.asp">
<img src="smiley.gif" alt="HTML tutorial" width="32" height="32" />
</a>
- Your Blog
- Question of the Day
- HTML Website
- 2 more of your favorite websites.
Add a link to your blog to open in a new page.
Add a link at the bottom of this page to take you back to the top.
Add a link to your email.
Add a link back to (format.html).
Don't forget to Save it.
- Quiz: Create links to your HTML class webpage and your blog using three different attributes. Then create a link to your email.