Page 88 - modular_v2.0_HTML&_CSS_Fb
P. 88
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:
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE> Internal Linking </TITLE>
</HEAD>
<BODY STYLE="BACKGROUND-COLOR: LIGHTYELLOW; COLOR: RED;">
<H1 STYLE="TEXT-ALIGN: CENTER;"> Flower Guide</H1>
<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">
<BR/> <BR/>
<H3 STYLE="TEXT-ALIGN: CENTER;">
<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>
<BR/> <BR/> <BR/> <BR/> <BR/> <BR/> <BR/> <BR/> <BR/> <BR/>
86
Touchpad MODULAR (Ver. 2.0)

