Pretty Print HTML In Python With BeautifulSoup
=
=
=
Output:
<html>
<head>
<title>
Pretty Print Example
</title>
</head>
<body>
<p>
Alfa Bravo Charlie
</p>
</body>
</html>
-- end of line --
=
=
=
<html>
<head>
<title>
Pretty Print Example
</title>
</head>
<body>
<p>
Alfa Bravo Charlie
</p>
</body>
</html>