1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <title>Index</title> </head> <body> <h1>Hello, world !</h1> <button onclick="hello()">Clique-moi</button> <script src="script.js"></script> </body> </html>