0% found this document useful (0 votes)
22 views2 pages

DOCTYPE HTML

This document is an HTML template for a control assignment titled 'Devoir de Contrôle N°1' in French. It includes a navigation menu with links to the statement, correction, and remarks, as well as a form for user login information. The footer provides details about the institution and the academic year.

Uploaded by

harizi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views2 pages

DOCTYPE HTML

This document is an HTML template for a control assignment titled 'Devoir de Contrôle N°1' in French. It includes a navigation menu with links to the statement, correction, and remarks, as well as a form for user login information. The footer provides details about the institution and the academic year.

Uploaded by

harizi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Devoir de Contrôle N°1</title>
<link rel="stylesheet" href="styles.css">
<script src="controle.js"></script>

</head>
<body style="background-color: lightgray;">
<header>
<h1>DEVOIR STI</h1>
</header>
<section>
<nav>
<ul>
<li><a href="eno.html">Énoncé</a></li>
<li><a href="corr.html">Correction</a></li>
<li><a href="#">Remarques</a></li>
</ul>
</nav>
<article>
<div id="texte">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Vestibulum nec varius dui. Nam nec nunc nec erat faucibus dictum.</p>
<form>
<fieldset>
<legend>Se connecter</legend>
<table border="0">
<tr>
<td><label for="pseudo">Nom:</label></td>
<td><input type="text" id="No" name=""></td>
</tr>
<tr>
<td><label for="password">Prénom
:</label></td>
<td><input type="text" id="Pr" name="p"></td>
</tr>
<tr>+
<td><label for="password">Age :</label></td>
<td><input type="number" id="Ag" name=""></td>
</tr>
</table>
</fieldset>
</form>
</div>
<aside>
<img src="images/image.jpg" alt="Illustration">
</aside>
</article>
<div id="lien">
<a href="https://www.google.com" target="_blank">Recherche Web</a>
</div>
</section>
<footer>
<p>Bon travail : Lycée Avenue de La République Gabés : S.T.I -Section
: 3ème S.I 2 -Année : 2024/2025</p>
</footer>
</body>
</html>

You might also like