Level 97
Level 99
3 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
document.getElementById(id).innerHTML ="new HTML"
Changing HTML Content
document.getElementById(id).attribute="new value"
Changing the Value of an Attribute
document.getElementById(id).style.property="new style"
Changing the style of an HTML element