Write the HTML program to make the background apear blue
Answers
Answered by
0
Answer:
Write the HTML program to make the background apear blue
Answered by
0
Answer:
<!DOCTYPE html>
<html>
<body>
<h1 style="background-color: blue;">Hello World!</h1>
</body>
</html>
Explanation:
PLEASE MARK ME AS BRAINLIEST!!!
Similar questions