Computer Science, asked by sudhasingh8, 4 months ago

write the HTML codes to set the background colour as navy of a web page​

Answers

Answered by yesiamin6
3

<!DOCTYPE html>

<html>

<body style="background-color:navy;">

<h1>This is navy colour</h1>

<p>Thank you </p>

</body>

</html>

Explanation:

HOPE IT HELPS YOU

DO FOLLOW FOR MORE PROGRAMS

MARK AS BRAINLIEST

Similar questions