Computer Science, asked by amir5395, 9 months ago

write down the css code for background color should be red to all <h1>​

Answers

Answered by AmitNenwani
0

Answer:

<head>

<style>

body { background-color: #red}

</style>

</head>

<body>

</body>

Similar questions