write the HTML codes to set the background colour as navy of a web page
Answers
Answered by
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