Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

inline styling to change background color

// Change the background color to red
document.body.style.backgroundColor = "red"; 
Source by webdevable.com #
 
PREVIOUS NEXT
Tagged: #inline #styling #change #background #color
ADD COMMENT
Topic
Name
7+4 =