Computer Science, asked by akshaysonar18, 2 months ago

Write a Html Program to display following output is red & green color​

Answers

Answered by shahzadiasra123
2

Explanation:

<Html>

<Head>

<Title>

Display red and greeb color

</Title>

</Head>

<Body bgColor="Red" text="green" >

Display output

</Body>

</Html>

Similar questions