← Back to Question List
JavaScript Quiz #19
Change Text Content
To select a paragraph with the id message and change its text to "Text has been changed!", which code is correct?
📄 Code
1// HTML: <p id="message"></p>
To select a paragraph with the id message and change its text to "Text has been changed!", which code is correct?
1// HTML: <p id="message"></p>