ANSWERS: 1
-
Yes. Once way is to select an element (say... body or #someId or whatever) and then use its innerHTML property to inject HTML into the DOM. Example: document.getElementById("someId").innerHTML = 'Test';
Copyright 2023, Wired Ivy, LLC