What is the purpose of the method forward()?
A
Loads any random URL in the history list
B
Loads the previous URL in the history list
C
Loads a specific URL from the history list
D
Loads the next URL in the history list
Correct Answer: Loads the next URL in the history list
The forward() method is found in the history object. The forward() method loads the next URL in the history list.