Home » HTML » Html miscellaneous » Question
  1. Which is not the method of History object?
    1. back()
    2. forward()
    3. go()
    4. moveBy()
    5. None of these
Correct Option: D

There are mainly three methods of history object, forward(), back() and go(). The next URL of history list is loaded by calling forward() function. The previous URL in the history list is loaded by back() method. A specific URL from history list is loaded by go() method.



Your comments will be displayed only after manual approval.