Page 61 - Plus V4 with Adobe class 8
P. 61
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{color:red;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">
<IMG SRC="Tulip.jpg">
</SPAN>
#Images, Links & Frames in HTML5 59

