Computer Science, asked by meenakshiverma78, 5 hours ago

1. Ritu is making a Website on ‘Olympics Games’. She wants to change the background colour of the webpage. Which command should she use for this task?​

Answers

Answered by NotPrash
1

Answer:

<style>

body {

background-color: blue;

}

<style/>

Explanation:

Change the color according to you wish in the bolded part

Similar questions