Ask Question
17 November, 03:18

Which jаvascript method should you use if you want to specify a message string to appear on your web page as it loads?

+3
Answers (1)
  1. 17 November, 06:38
    0
    Due to the wording I would use the document. o nload method.

    Example: document. o nload = function () {

    document. write ('Hello World');

    }
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which jаvascript method should you use if you want to specify a message string to appear on your web page as it loads? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers