Creating
Space
Bring your notepad to the front. Find the line of code that added the greeting
to your page. It begins with:
<font size=+5 color=“#............... and
ends with </font>
Put your cursor AFTER the closing font tag--in other words: put the cursor
after </font>. We are going type the tag for images
(or pictures). But before we do, we need to think about something: If we were
to type the tag that would put a picture on our page, without telling the browser
to put it onto a new line, it would put the picture on the same line as our
greeting. It would look like this:
Welcome
to My Web Page
But,
let's tell the browser to "space down" two spaces, before
it adds our picture. We do that by typing the tags <br> for
each space. Notice that this tag does NOT have a closing tag. That's because
each <br> stands for ONE line break. The computer does
not need to be told to stop.
.
<---previous
page next
page--->
|