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> <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! Le code ci-dessous changera l'en-tête avec l'id = "myH" et le paragraphe avec id = "myP" 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("myH").innerHTML = "Commentaires JavaScript"; document.getElementById("myP").innerHTML = "Mon premier paragraphe."; </script> </body> </html>