Computer Science, asked by hirthickkumaran8599, 6 months ago

How to add background colour to a web page?

Answers

Answered by Alokakul123465
2

Answer: Do the following:

the words in italics show the code:

<html>

<head>

        <title>title</title>

<style type="text/css">

body{

background-color:red;

}

<style>

</head>

<body>

</body>

</html>

I HOPE THIS HELPS PLEASE GIVE THE FEEDBACK

Similar questions