wget -r -p -k -E http://www.linuxdriver.co.il/ldd3/
...where
- -r is for recursive download of pages
- -p is for linking pages locally so that user can browse them easily once the download is completed.
- -k is to create the directory structure, and
- -E is to create .html extensions to the type XHTML or text files.