write a HTML coding to change the background color in black ,and display all the heading tags in white
Answers
Answered by
4
<html>
<head>
<style>
body {
background-color: black;
}
h1 {
color: white;
}
</style>
</head>
<body>
</body>
</html>
Answered by
3
Bro your questions i have given in
Similar questions
Math,
4 months ago
English,
4 months ago
World Languages,
4 months ago
Math,
9 months ago
Math,
9 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago