animals/index.html

37 lines
715 B
HTML
Raw Normal View History

2024-09-24 11:43:56 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Wild Animals Blog</title>
<meta charset="utf-8">
</head>
<body align=center>
<img width=100px src="pictures/paw_print.jpg">
<h1>Wild Animals</h1>
<small>- Blog about nature -</small>
<br>
<br>
<br>
<br>
<p>Let's talk about wild animals around the world:</p>
<h2>Giraffe</h2>
<img src="pictures/giraffe.jpg">
<p><b>Area:</b> Africa</p>
<p><b>Weight:</b> 900-1200kg</p>
<p><b>Height:</b> 6m</p>
<br>
2024-09-24 11:45:34 +02:00
<h2>Elephant</h2>
2024-09-24 11:43:56 +02:00
<img width=350px src="pictures/elephant.jpg">
<p><b>Area:</b> Africa, Asia</p>
<p><b>Weight:</b> 4000-7000kg</p>
<p><b>Height:</b> 3m</p>
<br>
</body>
</html>