Answers for "inline styling css specify"

1

css using inline styles

// Change the background color to red
document.body.style.backgroundColor = "red";
Posted by: Guest on November-22-2020
0

Inline style

<p style="color: purple">This Is Paragraph</p>
Posted by: Guest on April-11-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language