Computer Science, asked by abhishekchaurasiy22, 4 months ago

Write HTML code to develop a web
page having two frames that divide
the page into two equal rows and
divide the first row into equal
columns. Fill each of the different
background color

Answers

Answered by dhananjaydev2018
0

Answer:

<body >

<div class="one">

</div>

<div class="two">

</div>

</body>

on the css stylesheet

write the code below

.one

{

background-color: orange;

color: white;

}

.two

{

background-color: green;

color: white;

}

now save the css and the html page

then run the page in the browser it will work

if it doesn't then email me on

[email protected]

(scammers/spammers will be reported)

Similar questions