Computer Science, asked by kanakalata21161, 2 months ago

Write the syntax in CSS to change the background colour to orange?​

Answers

Answered by taehyung24
2

Answer:

Changing Text Background Color in CSS

To change the background color of inline text, go to the <head> section of your web page. Simply add the appropriate CSS selector and define the color and background-color property with the values you want. Say you want to change the background color of links to yellow.

Similar questions