You have already completed these exercises!
Do you want to take them again?
You completed the JS HTML DOM CSS Exercises from W3Schools.com
Share on:
What is a legal JavaScript syntax for returning the background color of an element?
document.getElementById('demo').layout.backgroundColor;
document.getElementById('demo').css.backgroundColor;
document.getElementById('demo').style.backgroundColor;