Version étudiants
This commit is contained in:
30
index.html
Normal file
30
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.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Les modèles d'ordinateurs</h1>
|
||||
|
||||
<ul>
|
||||
<li id="fixe">Ordinateur fixe</li>
|
||||
<li id="portable">Ordinateur portable</li>
|
||||
</ul>
|
||||
|
||||
<img id="img-pc" src="img/ordinateur.png" alt="ordinateur fixe">
|
||||
|
||||
<h2>Des périphériques</h2>
|
||||
|
||||
<button id="btn-suivant">Image suivante</button>
|
||||
|
||||
<img id="img-peripherique" src="" alt="un périphérique">
|
||||
|
||||
<button id="btn-precedent">Image précédente</button>
|
||||
|
||||
<script src="script.js" defer></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user