js-exercises/ejer6/6.html

14 lines
244 B
HTML

<html>
<body>
<script src="./6.js"></script>
<h1>Tabla de multiplicar</h1>
<form>
<input type="text" name="" id="inp" value="">
<input type="submit" id="but" value="Submit">
</form>
<div id="contents"></div>
</body>
</html>