<html>
<table border="1px">
<tr>
<td>yes</td>
<td>no</td>
</tr>
</table>
</html>
Is there any way to get the contents of the table (yes ,no) besides beautifulsoup??
A python beginner,any help or any kind of direction will be of great help.
Thank you
You can use the
HTMLParsermodule that comes with the Python standard library.