the part of the page you want and select "Inspect" .
: Saves only the .html file with the code.
: Saves the HTML and a folder containing images and stylesheets. Confirm and Save : Name your file and click Save . Option 2: Copy Raw HTML via Inspector (Advanced)
: Use a terminal command like wget --recursive --page-requisites --adjust-extension [URL] to download a page along with all its assets.
the highlighted code and select Copy > Copy OuterHTML to get the full snippet. Option 3: Automating with Tools