English, asked by iwjsxjsk, 5 hours ago

write a program to change the background color of <body> tag​

Answers

Answered by parth3776
0

Answer:

So, type the name of color in the background-color property of style attribute as described in the following block.

<! Doctype Html>

<Html>

<Head>

<Title>

Change the background color using Inline style attribute.

</Title>

</Head>

<Body style="background-color:orange">

Explanation:

hope it help to you

Answered by ashrankhan262
0

Answer:

<html>

<head>

<title> my first html </title>

</head>

<body bgcolor ="008800">

now any thind you want

.

.

.

..

</body>

</html>

Similar questions