--
You received this message because you are subscribed to the Google Groups "beautifulsoup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beautifulsou...@googlegroups.com.
To post to this group, send email to beauti...@googlegroups.com.
Visit this group at https://groups.google.com/group/beautifulsoup.
To view this discussion on the web visit https://groups.google.com/d/msgid/beautifulsoup/bc465c3a-bc44-4a6f-8fa8-dcc09c56bbd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to beauti...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to beautifulsou...@googlegroups.com.
To post to this group, send email to beauti...@googlegroups.com.
Visit this group at https://groups.google.com/group/beautifulsoup.
To view this discussion on the web visit https://groups.google.com/d/msgid/beautifulsoup/a9ce4e8e-4222-4c7d-a210-61eabfee7245%40googlegroups.com.
Tools like the one seen in the screenshot do a good job of showing the DOM, but they do a little cleanup for the sake of readability, and whitespace nodes between block-level tags are among the things that gets removed.
The HTML markup at http://www.basicwebsiteexample.com/ has a lot of whitespace between <div> tags, in more or less the places you're seeing it. Here's a snippet:
</div> <div id="page-zones__main-widgets__button"> ...
</div> <div id="page-zones__main-widgets__content1"
...