This commit is contained in:
SilicoFlare
2023-03-25 19:40:53 +05:30
committed by GitHub
parent 637e604894
commit a734638119

View File

@@ -6,7 +6,7 @@ var b = document.body;
var temp = document.createElement("h1"); var temp = document.createElement("h1");
temp.innerHTML = "This is a heading!!"; temp.innerHTML = "This is a heading!!";
b.append(temp); b.innerHTML = temp;
temp = document.createElement("h2"); temp = document.createElement("h2");
temp.innerHTML = 'Welcome!!'; temp.innerHTML = 'Welcome!!';