Level 97 Level 99
Level 98

[No Typing] Changing Something in HTML & CSS


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.

All None

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