Computer Science, asked by jenaatulya8, 11 months ago

Write down the syntax to change the background colour to green and text color to red​

Answers

Answered by naseerahmadmalla85
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