which tag is used to define the background colour of this webpage webpage
Answers
Answered by
0
Answer:
Style
Explanation:
in HTML file -
<style>
body{
background-color: yellow;
}
</style>
Similar questions