netscape5.html のプログラム

このプログラムではイメージとテキストのレイアウトをコントロールします。
ALIGNで位置を指定したイメージの後にくるテキストは、 自動的にイメージの横にレイアウトされます。 テキストの続きをイメージの下に飛んで表示させるためには、 <BR CLEAR="ALL">のコマンドを使います。



<TITLE>Sample 5</TITLE>

<BODY BGCOLOR="#AACCEE">

<IMG ALIGN=RIGHT SRC="/~tatsuo/images/sakura.gif">

This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
<BR>
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
<BR CLEAR="ALL">

<IMG ALIGN="LEFT" SRC="/~tatsuo/images/sakura.gif">

This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
<BR>
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
<BR>
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
<BR>
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
This is a cherry tree. It is spring now.
<BR CLEAR="ALL">

</BODY>