If you want to download an entire website for off-line viewing you probably need to learn this. wget is a nice tool in-built in many Linux systems. The basic syntax of wget is:
$ wget [option]... [URL]...
Using this we can simply download all the URLs specified on the command line. some of the required options are: