|
FST WebDemo
|
|
Back to index
Next
Previous
Images are a good addition to your HTML page if you use them carefully. Using
many or very large pictures can be annoying to your users because the page
can take a long time to load. To add images to your pages use the
<IMG>
as follows:
|
|
Some text to get started and a
<IMG src="fc34s_en.gif" alt="picture">
in between.
|
Result:
|
|
|
Some text to get started and a
in between.
|
The Beck and Festo logos at the top of this page are also images, but they are
internal in the web server and must be referenced by special names:
http_in_logob.gif
and
http_in_logof.gif
.