F&V 2
<html> <center> <body background="C:\Users\PRG\Desktop\veg.jpg"> <h1>LIST OF VEGETABLES</h1> </center> <ol type="I"> <li> brinjal </li> <li> carrot </li> </ol> <ol type="i"> <li> beans</li> <li> radish </li> </ol> </body> </html> <html> <center> <body background="C:\Users\PRG\Desktop\fruits.jpg"> <h1>LIST OF FRUITS</h1> </center> <ol type="I"> <li> pineapple </li> <li> strawberry </li> </ol> <ol type="i"> <li> banana </li> <li> lemon </li> </ol> </body> </html> <html> <frameset cols="50%,50%"> <frame src="C:\Users\PRG\Desktop\veg.html"> <frame src="C:\Users\PRG\Desktop\fruits.html"> </frameset> </html>