Etudes/BTS/Web/Premiere annee/JSEx1/index.html
2016-10-14 17:52:18 +02:00

24 lines
714 B
HTML

<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Test JS</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="test.js"></script>
</head>
<body onload="helloPage()">
<form>
<label>Pseudo</label>
<input type="text" id="name" name="pseudo" />
<input type="button" value="envoyer" id="copy" onClick="majPara()">
<p id="oui"></p>
</form>
</body>
</html>