1. This H3 element has default styles, but H3 within this embed-page content should have a
chocolate text color
1st instance - chocolate defined within embed-page inline.
Note the TEMPLATE wrapper which prevents execution of code
within EMBED-PAGE in page context
2. This H3 element should NOT be in Courier(monospace) font and NOT in green
and blue on button click
2nd instance. Insulated HTML in monospace font set by embedded JS
by setting content from from text area:
Visual demo steps
CSS
1. The H3 header above should be intact(default) in color and text size
AND h3 within embed-page use chocolate text color.
2. The H3 from embedded content should be in monospace font.
JS 3. Click on 'make blue' the embedded H3 should be blue colored.
4. After 'innerHTML' click the H3 from embedded content should become green.