Created
July 26, 2021 16:07
-
-
Save pranjalAI/c43f3c8fc0346a05bd559c5ceadee3da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html_doc = """ | |
<html> | |
<head> | |
<title>Test Page</title> | |
</head> | |
<body> | |
<p><b>This is a test page.</b></p> | |
</body> | |
</html> | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment