Page 26 - PortGPT_V2.1_C8_Flipbook
P. 26
The Flowers.html web page contains four hyperlinks which are linked to the different sections of the
same web page in which they are appear.
Output
Code to create the Flower.html web page is as follows:
<HTML>
<HEAD>
<TITLE> Internal Linking </TITLE>
</HEAD>
<BODY BGCOLOR="lightyellow" TEXT="red">
<CENTER> <H1> Flower Guide</H1> </CENTER>
<MARQUEE> <IMG SRC="Rose.jpg" HEIGHT="200" WIDTH="200">
<IMG SRC="Lotus.jpg" HEIGHT="200" WIDTH="200">
<IMG SRC="Lily.jpg" HEIGHT="200" WIDTH="200">
<IMG SRC="Tulip.jpg" HEIGHT="200" WIDTH="200">
</MARQUEE>
<BR> <BR>
<CENTER>
<H3>
<BR> <A HREF="#rose"> About Rose </A>
<BR> <A HREF="#lotus"> About Lotus </A>
<BR> <A HREF="#lily"> About Lily </A>
<BR> <A HREF="#tulip"> About Tulip </A>
</H3>
24 Premium Edition-VIII

