Notepad save as – [Link] Notepad save as –animal.
html
<html> <head> <html> <head>
<title>Tree</title> <title>Animal </title>
</head> </head>
<body bgcolor="green" > <body bgcolor="yellow" >
<h1>Tree</h1> <h1>Animal </h1>
<ol> <ol>
<li>coconut</li> <li>cow </li>
<li>orange</li> <li>dog</li>
<li>wheat</li> <li>cat</li>
</body> </body>
</html> </html>
Notepad save as –[Link] FRAME CREATION
<html> <head> <html>
<title>Flower </title> <head>
</head> <title>Frame set</title>
<body bgcolor="red " > </head>
<h1>Animal </h1> <frameset>
<ol> <frameset cols ="50%,50%">
<frameset rows = "50%,50%">
<li>lili</li>
<frame src="[Link]">
<li>rose</li> <frame src="[Link]">
<li>lotus</li> </frameset>
</body> <frameset rows ="50%,50%">
</html> <frame src="[Link]">
<frame src="[Link]">
</frameset>
</frameset>
Notepad save as –[Link] </frameset>
</html
<html> <head>
<title>fruit </title>
</head>
<body bgcolor= “orange”>
<h1>Fruit </h1>
<ol>
<li>mango </li>
<li>litchi</li>
<li>jackfruit</li>
</body>
</html>