Page 73 - TP-Play_V-2.0_Book-8
P. 73
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>
<STYLE>
body{background-color:lightyellow; color:red;}
h1{text-align:center;}
img{height:200px; width:200px}
p{font-family:ebrima; font-size:20px}
span{
position:relative;
animation: image 3s infinite alternate-reverse;
}
@keyframes image{
from{left:1%;}
to{left:45%;}
</STYLE>
</HEAD>
<BODY>
<H1> Flower Guide</H1>
<SPAN>
<IMG SRC="Rose.jpg">
<IMG SRC="Lotus.jpg">
<IMG SRC="Lily.jpg">
Images, Links and Frames in HTML5 73

