Hands On: Links
Add links to pages and images to your practice web page.
- Link the text “Boston University” in the page signature to the BU homepage at http://www.bu.edu/ using the Anchor tag and HREF attribute
<a href="...">. - Save the images in the demo web page to a convenient location for use in your page by right-clicking on each image and selecting Save Picture As.
- Add each image you saved in the previous step to your web page using the Image tag and SRC attribute
<img src="...">. - Wrap text around the images by add the align attribute
align="left"to the Image tag. - Save your work.
