Computer Science, asked by Emilyshin, 4 days ago

Write the HTML program to make the background apear blue​

Answers

Answered by yp30732
0

Answer:

Write the HTML program to make the background apear blue

Answered by vr106367
0

Answer:

<!DOCTYPE html>

<html>

<body>

<h1 style="background-color: blue;">Hello World!</h1>

</body>

</html>

Explanation:

PLEASE MARK ME AS BRAINLIEST!!!

Similar questions