Lesson 2: Background Images

Overview

Backgrounds images are sometimes used on a Web page to enhance a Web page. In this lesson the student will learn how to apply a background image.

Learner Outcomes

At the end of this lesson, you will have a basic understanding of the use of images and how to apply them to a webpage.

Activities

  1. Start a new Web page or open an existing page.
  2. Look at the common html tag page. Find in the formatting section the attribute "background" for the body tag and find the image section "background and images" and apply them to your page by using the following tags.

    <html>
    <Head>
    <Title>Background Images</Title>
    </Head>
    <Body background="image.jpg"> replacing the image.jpg with an image you have saved.

    </body>
    </html>