Overview 1. Intro 2. Text 3. Pictures 4. Links |
Section 4. Inserting Links |
In this section you will learn how to insert links on your page. Please click here to view the example web page you'll create. If you view the source code from this
example page you will see the following... <html> This code is now explained <a href="albums.htm"> Other example would be... <a href="1969/albums.htm"> - this links to the file albums.htm in the sub folder 1969. <a href = "../albums.htm"> - this links to the file albums.htm in the folder above the base folder. <a href = "http://www.bbc.co.uk"> - this links to the external web site bbc.co.uk <a href="mailto:[email protected]"> TASK Using a web page design package is much easier than writing in source code. Try using FrontPage Express to produce a web page now. You will be able to write the web page "as you see it" but you may also edit the source code by clicking on view and then edit on the menu bar. To launch FrontPage Express on many computers you may click the Start button at the bottom left of the screen, then click on Programs, Internet Explorer and then FrontPage Express. |