save soup as html code example Example: save soup as html with open("output1.html", "w") as file: file.write(str(soup))