Write a Html Program to display following output is red & green color
Answers
Answered by
2
Explanation:
<Html>
<Head>
<Title>
Display red and greeb color
</Title>
</Head>
<Body bgColor="Red" text="green" >
Display output
</Body>
</Html>
Similar questions