(function () { 'use strict'; window.addElement = function(container){ const newElement = document.createElement("h1"); newElement.innerText = "Hello World!"; container.appendChild(newElement); } }());
<script src="AddH1.js"></script>
Collaborate with other users in our discussion forums
A valid service agreement or active software subscription may be required, and support options vary by country.
Helpful
Not Helpful