Page 140 - CA_165_V2.0_Flipbook
P. 140
<IMG SRC = "little_duck.JPG" width="200" height="200" ></A>
</BODY>
</HTML>
The output of the preceding HTML code is as follows:
Click on image to
view next page.
The following HTML code uses an image and a hyperlink to provide a back navigation:
<HTML>
<HEAD>
<TITLE>
EXTERNAL LINKING
</TITLE>
</HEAD>
<BODY BGCOLOR = "YELLOW">
<IMG SRC = "c:\MICKEY MOUSE.JPG">
<A HREF = "EXTERNAL LINKING 1.HTML" TITLE = "MICKEY MOUSE">
<H3> BACK </H3>
</A>
</BODY>
</HTML>
The output of the preceding HTML code is as follows:
Page appears after clicking the
link in the previous page.
Click on ‘Back’ to view
the previous page.
138 Touchpad Computer Applications-X

