Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

index.

html
<link rel="stylesheet" href="main.css">
<h1> __________________________
<em>Monkeys</em>__________________________</h1>
Click <a href="about.html">here</a> to learn more about monkeys.<br>
Click <a href="monkey.html">here</a> to see a picture of a monkey.<br>
Click <a href="credit.html">here</a> to see the credits.

main.css
body {
text-align: center;
background-color: DarkKhaki;

about.html

<link rel="stylesheet" href="main.css">


<a href="index.html">Back to home</a>
<h1>This is a page about Monkeys!</h1>
<h2>There are many types of monkeys, but the main types of monkey are the tree dwelling monkeys
like the spider monkey, and the ground dwelling monkeys such as baboons.
A group of monkeys may be commonly referred to as a tribe or a troop.
The many species of monkey have varied relationships with humans. Some are kept as pets, others
used as model organisms in laboratories or in space missions. They may be killed in monkey drives
(when they threaten agriculture) or used as service animals for the disabled.

monkey.html

<link rel="stylesheet" href="main.css">


<a href="index.html">Back to home</a>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Bonnet_macaque_
%28Macaca_radiata%29_Photograph_By_Shantanu_Kuveskar.jpg/220px-Bonnet_macaque_
%28Macaca_radiata%29_Photograph_By_Shantanu_Kuveskar.jpg" alt="description of image"
</a>

credit.html

<link rel="stylesheet" href="main.css">


<a href="index.html">Back to home</a>

Click <a href="https://en.wikipedia.org/wiki/Monkey">here</a> to see the credits.

You might also like