What is a list of HTML elements that load external resources? (HTML Email)
问题 I'm looking for a list of elements that can load external resources given no additional DOM manipulation via JavaScript is allowed. I am trying to host e-mails from third parties with an HTML viewer and when that happens, I need to remove any resources that load automatically so that only the base HTML is displayed even if that makes the content show up incorrectly. So far the list is: <img /> <embed /> <object /> <link /> <script /> <audio /> <video /> <style type="text/css">selector {