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
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
(scammers/spammers will be reported)
Similar questions