Computer Science, asked by Sushreeya, 7 months ago

Write HTML code to set the background color to Lime and text color to Blue.

Answers

Answered by ArpitMishra506
9

<html>

<head></head>

<body bgcolor = "lime">

<font color = "blue"> Hello World!! </font>

</body>

</html>

.

.

.

.

HOPE THIS HELPS YOU

.

.

.

.

PLEASE MARK AS BRAINLIEST AND FOLLOW ME TOO

Similar questions