Websites lesson 5
Today you will: Collect some images for your web pages (2 or 3) Learn how to insert a hyperlink on your web pages Start creating your very own web site
Task: Spend 5 minutes collecting images for your web sites These could include: your favourite football team, pop star, pets, cars, animals MAKE SURE you save the images to your WEBSITE folder!!!!!
A hyperlink tag looks something like this… <a href = “homepage.html"> link to my homepage </a> Start hyperlink Text that is displayed on the page Name of the page you want to link to End hyperlink
So here’s how we insert the hyperlink…
Your task… Either use the page that you have already created (or begin a new page) to make a web page that tells people something about yourself Insert the images that you collected using the <img src> tag that you experimented with last lesson Insert a hyperlink using the <a href > tag to any of the pages that you have already created