“JavaScript pisz w identyfikatorze” Kod odpowiedzi

JavaScript pisz w identyfikatorze

document.getElementById("Yourid").innerHTML = "Hi WORLD!!"
MGT EDITS

Zmień element HTML

element.innerHTML =  "<p>read this</p>"	Change the inner HTML of an element
element.style.color = "blue";			Change the style of an HTML element
element.setAttribute(important, "true")	Change the attribute value of an HTML element
element.important = "true"				Change the attribute value of an HTML element
Pink Person

Odpowiedzi podobne do “JavaScript pisz w identyfikatorze”

Pytania podobne do “JavaScript pisz w identyfikatorze”

Więcej pokrewnych odpowiedzi na “JavaScript pisz w identyfikatorze” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu