0% found this document useful (0 votes)
34 views4 pages

HTML Project

The document contains several HTML pages framed together that provide information about nature. The pages include a heading, links to nature topics, descriptions of nature's importance and videos/photos of animals and nature.

Uploaded by

Dina Mosa
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)
34 views4 pages

HTML Project

The document contains several HTML pages framed together that provide information about nature. The pages include a heading, links to nature topics, descriptions of nature's importance and videos/photos of animals and nature.

Uploaded by

Dina Mosa
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
You are on page 1/ 4

<html>

<Frameset rows="20%,*"border="2">

<FRAME src="Heading.html" NAME="F1" scrolling="No">

<FRAMESET cols="30%,*">

<FRAME src="Mainlist.html" Name="F2">

<FRAMESET cols="100%*">

<FRAME src="Details.html"Name="F3">

</frameset>

</frameset>

</frameset>

</html>

<html>

<body bgcolor="ff00f0">

<center><H1>add heading </h1>

</center>

</body>

</html>
<HTML>

<body bgcolor="lime">

<UL>

<LI><A href="Details.html"target="A">natural world</A>

<LI><A href="photos.html"target="A">nature WORLD</A>


<LI><A href="videos.html"target="A">nature animals videos</A>

<LI><A href="java.html"target="A">javascript</A>

</A>

</UL>

</BODY>

</HTML>

<HTML>

<body bgcolor="#ffff00">

nature is an important factor in our life so to keep this factor from disappearing<br>
we must stop cutting trees and decrease the use of fossil fuels and try to use cars which
work by electricity<br>

</body>

</html>
<!DOCTYPE HTML>

<html>

<body>

<bgcolor=blue>

<H3>THIS IS ANIMAL VIDEOS</H3>

<VIDEO WIDTH="700" HEIGHT="500" CONTROL POSTER>

<SOURCE SRC="Animal.mp4" TYPE="VIDEO/MP4">

</VIDEO>

<VIDEO WIDTH="700" HEIGHT="500" CONTROL POSTER<VIDEO WIDTH="700"


HEIGHT="500" CONTROL POSTER>

<SOURCE SRC="Horse.mp4" TYPE="VIDEO/MP4">

SORRY! YOIR BROWSER DOES NOT SUPPORT THE VIDEO FORMAT

SORRY! YOIR BROWSER DOES NOT SUPPORT THE VIDEO FORMAT

</VIDEO>

</BODY>

</HTML>

<html>

<head><title>nature photos</title></head>

<body bgcolor="ffff00">

<p align="left">

<img src="Seal.jpg" width="440" height="350"><img src="Baby panda.jpg" width="440"


height="350"><img src="white tiger.jpg" width="440" height="350"></img>

</p>
<p align="left">

<img src="forest.jpg" width="440" height="350"><img src="nature.jpg" width="440"


height="350"><img src="nature2.jpg" width="440" height="350"></img>

</p>

</body>

</html>

<html>

<head>

<title>hi</title>

</head>

<body>

<script language="javascript">

document.write(" A long time ago, one kind of wise creature called human being appeared
in the natural world. After many years, in today's world, that creature became the
dominator of the world. While they were getting more and more intelligent, an ambition
came out. Human beings wanted to conquer the whole natural world. However they haven't
succeeded yet. The role of the natural world in human society hasn't changed. It is both as a
friend and an enemy to human society.");

</script>

</body>

</html>

You might also like