-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.34 KB
/
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
<!DOCTYPE html>
<html lang = "es">
<head>
<meta charset = "UTF-8">
<title>Felinos de Costa Rica</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<ul>
<li><a href="manigordo.html">Manigordo</a></li>
<li><a href="puma.html">Puma</a></li>
</ul>
<h1>Los Felinos de Costa Rica</h1>
<h2> La familia <em>Felidae</em></h2>
<p><em>Felidae</em> es una familia de <a href = "https://es.wikipedia.org/wiki/Mammalia">mamíferos</a> del
orden <a href = "https://es.wikipedia.org/wiki/Carnivora"><em>Carnivora</em></a>, comúnmente conocidos como
<b>gatos</b>. El término "gato" se usa tanto para referirse a los <br> felinos en general, como al gato doméstico
o <em>Felis catus</em> (<cite><a href = "https://www.researchgate.net/publication/266755142_Phylogeny_and_evolution_of_cats_Felidae">Werdelin, L; Yamaguchi, N; Johnson, W,E;
O'Brien, S. J (2010). "phylogeny and <br> evolution cats(Felidae)"<a/></cite>).</p>
En Costa Rica hay seis especies de felinos:
<ul>
<li><a href = ""><em>Leopardus pardalis</em></li>
<li><a href = ""><em>Leopardus tigrinus</em></li>
<li><a href = ""><em>Leopardus wiedii</em></li>
<li><a href = ""><em>Panthera onca</em></li>
<li><a href = ""><em>Puma concolor</em></li>
<li><a href = ""><em>Puma yagouaroundi</em></li>
</body>
</html>