< Back to Use universal selector to get all DOM nodes in vanilla Javascript

use universal selector to get all DOM nodes in vanilla Javascript - online html sandbox


Code
Rendered HTML (iframe)

Few points related to Implementation

  1. The code is executed in an iframe. Hence there is no mix up with current page css or javascript.
  2. The execution is achieved by posting the code to server and setting the form target to the iframe id.

Related

  1. CSS properties
  2. CSS selectors
  3. CSS tutorials and cookbooks
  4. HTML tags