mirror of
https://github.com/Lil-Carpi/LDM-ASIR.git
synced 2025-12-06 00:03:48 +00:00
Actividades hechas añadidas.
This commit is contained in:
0
ACT25_sad/css/style.css
Normal file
0
ACT25_sad/css/style.css
Normal file
30
ACT25_sad/index.html
Normal file
30
ACT25_sad/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user