-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 995 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>AntGame</title>
<style>
img {
width: 500px;
}
.Width500 {
width: 500px;
}
</style>
<body>
<img src="Image/pexels-andre-moura-2563028.jpg" alt="ants" />
<h1>ants</h1>
<div class="Width500">
<p>
Ants are eusocial insects of the family Formicidae and, along with the
related wasps and bees, belong to the order Hymenoptera. Ants evolved
from vespoid wasp ancestors in the Cretaceous period. More than 13,800
of an estimated total of 22,000 species have been classified. They are
easily identified by their geniculate (elbowed) antennae and the
distinctive node-like structure that forms their slender waists.
</p>
</div>
<dl>
<li>bla</li>
<li>bla</li>
<li>bla</li>
<li>bla</li>
<li>bla</li>
<li>bla</li>
</dl>
</body>
</head>
</html>