Download presentation
Presentation is loading. Please wait.
1
The Website Foundation
Linking Pages The Website Foundation
2
Direction Where is the Page Defining the Address The Code
3
Where is the Page The Link The proper “tag” What you can do with it
4
Defining the Address Absolute Relative
5
The Code <a href="url">link text</a>
<a href="html_images.asp">HTML Images</a>
6
Where It Goes The target attribute specifies where to open the linked document. The target attribute can have one of the following values: _blank - Opens the linked document in a new window or tab _self - Opens the linked document in the same window/tab as it was clicked (this is default) _parent - Opens the linked document in the parent frame _top - Opens the linked document in the full body of the window framename - Opens the linked document in a named frame
7
A Little Color <style> a:link {color:green; background-color:transparent; text- decoration:none} a:visited {color:pink; background-color:transparent; text- decoration:none} a:hover {color:red; background-color:transparent; text- decoration:underline} a:active {color:yellow; background-color:transparent; text- decoration:underline} </style>
8
Activity W3Schools
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.