Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h2>JavaScript Commentaires</h2> <h1 id="myH"></h1> <p id="myP"></p> <script> Sorry, but it seems that the text you provided is incomplete. Please provide the full text you would like me to translate, and I'll be happy to assist you! document.getElementById("myH").innerHTML = "Bienvenue sur ma page d'accueil"; document.getElementById("myP").innerHTML = "Ceci est mon premier paragraphe."; I'm sorry, but it seems that there is no text provided for translation. Please provide the text you would like me to translate into French. document.getElementById("myP").innerHTML = "Le bloc de commentaire n'est pas exécuté."; </script> </body> </html>