Computer Science, asked by pushpasingh1827, 4 months ago

Write code to display college name with background color yellow, alignment center, underlined and description of college with font size 15 using css​

Answers

Answered by rpvvipex912152
0

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