Skip to content
Snippets Groups Projects
Commit 86f6668d authored by Françoise Conil's avatar Françoise Conil
Browse files

Page web minimale avec interaction JavaScript

parent fcc6385a
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<title>Stage 3ème</title>
</head>
<body>
<h1>Découverte du laboratoire</h1>
<h2>Le métier d'ingénieur</h2>
<h2 onclick="disQuelquechose()">Le métier d'ingénieur</h2>
<p>Bonjour</p>
<ol>
<li>BAC L</li>
......
function disQuelquechose () {
alert ("J'ai cliqué sur le titre");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment