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
Computer Science,
6 months ago
English,
1 year ago
History,
1 year ago
Political Science,
1 year ago
Business Studies,
1 year ago