Ask 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?

+3
Answers (1)
  1. 24 December, 17:39
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers