Computer Science, asked by kevinjaison03, 9 months ago

write a HTML coding to change the background color in black ,and display all the heading tags in white

Answers

Answered by DrNykterstein
4

<html>

<head>

<style>

body {

background-color: black;

}

h1 {

color: white;

}

</style>

</head>

<body>

</body>

</html>

Answered by praveenpedada4
3
Bro your questions i have given in
Similar questions