cours/boussaid/HTML/ex6/mesurephys.html

45 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Domotique</title>
</head>
<body>
<center>
<header>
<a href="https://lyceelafayette.fr" target="_blank">
<img src="maison.png" alt="maison green house" height="200px"> </a>
<h1>Domotique</h1>
</header>
<main>
<h2>grandeurs mesurées dans le salon</h2>
<div class="data">
<table border="1">
<tr>
<td>Température :</td>
<td>20.6</td>
<td>°C</td>
<td rowspan="2">
<img id="termometre" src="termometre.png" alt="termometre" height="50px"/>
</td>
</tr>
<tr>
<td>Humidité :</td>
<td>61</td>
<td>%</td>
</tr>
</table>
</div>
</main>
<footer>
<p>GILLARD Lucas / T2D3 / 2021 LYC La Fayette</p>
</footer>
</center>
</body>
</html>