Files
LDM-ASIR-11.26.25/ACT25_sad/index.html
2025-11-26 20:23:35 +01:00

31 lines
919 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TaulaResult</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h1>Algunos productos son mucho más adecuados para el desvío y la reutilización. Cuando estos productos se reciclan o desvían, las emisiones de gases de efecto invernadero se reducen en...</h1>
<table>
<th>product</th>
<td>1 car</td>
<td>1 ton of plastic bottles</td>
<td>refrigerator</td>
<td>1 computer + monitor</td>
<th>CO2 equivalent</th>
<td>8,811 lbs.</td>
<td>3,380 lbs.</td>
<td>556 lbs.</td>
<td>404 lbs.</td>
<th>gasoline</th>
<td>450 gallons</td>
<td>173 gallons</td>
<td>29 gallons</td>
<td>21 gallons</td>
</table>
</body>
</html>