0% found this document useful (0 votes)
3 views1 page

HTML

The document contains HTML code for four different web pages: tree.html, animal.html, flower.html, and fruit.html, each with a title and a list of items. Additionally, it includes a frameset structure to display these pages in a grid layout. The pages have different background colors and headings corresponding to their content.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

HTML

The document contains HTML code for four different web pages: tree.html, animal.html, flower.html, and fruit.html, each with a title and a list of items. Additionally, it includes a frameset structure to display these pages in a grid layout. The pages have different background colors and headings corresponding to their content.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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>

You might also like