Hi all,
IAM having html content file similar to as follows:
<html>
<head>
<meta charset= 'utf-8'/>
<title>educa</title>
</head>
<body>
<div id="header">
<ul class="menu">
<li ><a href="/login/">login</a></li>
</ul>
</body>
</html>
I have to download this html content file using python remember I have to download the html file not to write the data in another file name