-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathargentina.html
27 lines (24 loc) · 1.63 KB
/
argentina.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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Documento sin título</title>
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
</head>
<body>
<section id="page" data-role="page">
<header data-role="header">
<h1>nicaragua</h1>
</header><!-- /header -->
<article data-role="content">
<p>Argentina, oficialmente República Argentina, es un Estado soberano, organizado como república representativa y federal, situado en el extremo sureste de América del Sur. Su territorio está dividido en 23 provincias y una ciudad autónoma, Buenos Aires, capital de la nación y sede del gobierno federal.6 Sus 40 millones de habitantes promedian índices de desarrollo humano, renta per cápita y calidad de vida, que se encuentran entre los más altos de América Latina.7 Según el Banco Mundial, su PIB nominal es el 25.º más importante del mundo,8 pero si se considera el poder adquisitivo su PIB total trasforma al país en la 21.ª economía más importante del mundo.9 10 En 2010, la Argentina fue clasificada como país de ingresos medianos altos11 o como un mercado emergente, también por el Banco Mundial.</p>
</article><!-- /content -->
<footer data-role="footer">
<h1>cocinandoando</h1>
</footer><!-- /footer -->
</section><!-- /page -->
</body>
</html>