Computer Science, asked by geetadhankhar1, 4 months ago


Create a web page using the appropriate
The title of the web page should be 'Earth Day'.
The background colour of the page should be 'Cyan'
.
The colour of the text should be 'Green'.
Bold the text 'Earth Day'.
pls answer ​

Answers

Answered by ahiransahu
7

Here is the HTML

Explanation:

Hey bro here is simple html (without any advanced css Or style tags)

<html>

<title>Earth Day</title>

<body background="cyan"text=°green">

<B>Earth Day</B>

</body>

</html>

Hope it helps

Answered by avanisaroha111
6

Answer:

Here is the HTML

Explanation:

Hey bro here is simple html (without any advanced css Or style tags)

<html>

<title>Earth Day</title>

<body background="cyan"text=°green">

<B>Earth Day</B>

</body>

</html>

Hope it helps

please mark me as brainliest!

Explanation:

Similar questions