write down the css code for background color should be red to all <h1>
Answers
Answered by
0
Answer:
<head>
<style>
body { background-color: #red}
</style>
</head>
<body>
</body>
Similar questions