More actions
Twentytwo22 (talk | contribs) No edit summary Tags: mobile web edit mobile edit |
Twentytwo22 (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
var myElement = document.getElementById(' | var myElement = document.getElementById('hc'); | ||
myElement.innerHTML = '< | myElement.innerHTML = '<p>Hi</p>'; | ||
}()); | }()); |
Latest revision as of 12:03, 13 January 2021
$(function () { var myElement = document.getElementById('hc'); myElement.innerHTML = '<p>Hi</p>'; }());