Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

The element.style Property

let blueElement = document.getElementById('colorful-element');
blueElement.style.backgroundColor = 'blue';
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #The #Property
ADD COMMENT
Topic
Name
7+5 =