Change Background color of HTML file

<html>
    <head>
        <title>
            background color
        </title>
    </head>
    <body bgcolor="coral">
        <h1>
            Hello There
        </h1>
    </body>
</html>


My Youtube Channel

Comments