Write down the syntax to change the background colour to green and text color to red
Answers
Answered by
0
<html>
<head>
<style>
body {
background-colour: coral;
}
</style>
</head>
<body>
<h1>The background-colour
property</h1>
<p>The background colour can be specified with a colour name.</p>
</body>
</html>
Similar questions
English,
5 months ago
Geography,
5 months ago
Hindi,
5 months ago
English,
11 months ago
History,
11 months ago
Political Science,
1 year ago
Business Studies,
1 year ago