Skip to content
Snippets Groups Projects
Commit f3af6e46 authored by margarr's avatar margarr
Browse files

Entrega html

parent f195f735
No related branches found
No related tags found
No related merge requests found
Pipeline #8733 passed
<!--Author: Mario Garrido Tapias-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/3.0.0/topojson.min.js"></script>
<script type="text/javascript" src="Obesidad.js"></script>
<link rel="stylesheet" type="text/css" href="Obesidad.css">
<title>Obesidad y el consumo de comida rápida</title>
<script type="text/javascript">
</script>
</head>
<body>
<div id = "titulo">
<h1> Tasa de obesidad con el nº de restaurantes de comida rápida por estado </h1>
<h1> en EE. UU. en 2018 </h1>
</div>
<table>
<tbody>
<tr>
<td>
<div id = "cartograma"><div class="center"><select id="ordenar">Ordenar
<option value = "0" > Desordenado por defecto</option>
<option value = "1" > Ordenar de mayor a menor</option>
<option value = "2" > Ordenar de menor a mayor</option>
</select></div></div>
</td>
<td>
<div id = "radioButtom"> Escoge la zona a representar:
<form>
<br>
<input name="opcion" value="0" type="radio" />
<label id = "region1">Región 1 (Noreste)</label>
<br>
<input name="opcion" value="1" type="radio" />
<label id = "region2">Región 2 (Medio Oeste)</label>
<br>
<input name="opcion" value="2" type="radio" />
<label id = "region3">Región 3 (Sur)</label>
<br>
<input name="opcion" value="3" type="radio" />
<label id = "region4">Región 4 (Oeste)</label>
<br>
<input name="opcion" value="4" type="radio" checked />
<label id = "eeuu">EE.UU completo</label>
</form>
</div>
</td>
</tr>
</table>
</tbody>
<div id = "nota"><img src = "imagenes/posit.png"><pre>
Los datos estan calculados
tomando como umbral de
obesidad tener un IMC
mayor o igual a 30kg/m^2 </pre></div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment