Page 85 - TechPluse_C8_Flipbook
P. 85
Here, #act is the name or label given to the explanation section. This command tells the browser
that the hyperlink references to the name #act. When the section heading is clicked, it will move
to the explanation section where name or label #act is written.
Where section explanation has to be shown, write
<A NAME=#act> About the section heading </A>
Now, when any section heading at the top of the web page is clicked, you will be reached to the
respective explanation section. Let us take an example of internal linking. 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>
More on HTML 83

