ARTICLE AD BOX
I have an HTML file that I didn't author. When I open it in Chrome, it renders a blank page.
After investigating the reason, it is because there are @media css directives that show a different version of the HTML, based on display width.
The HTML elements for those different versions are present in the HTML file, but Chrome doesn't show them when I Inspect the page contents.
Here's a screenshot: On the right, index.html opened in Notepad++; on the right - Chrome's Inspect/Elements screen.
On the right, there are several elements marked with red, that are missing in Chrome.
What can cause Chrome to remove those elements? There are no scripts - just static HTML and CSS.
And yes, the file is one and the same, I modified it in notepad++ and reloaded in Chrome to make sure I'm looking at the same file in both apps.

