Computer Science, asked by jay001560, 11 months ago

Write the code for html

1 background color
2 fornt color blue

Answers

Answered by Anonymous
4

Heya...

Here's your answer......


The code for html

1. <div style="font-size: large; font-family: sans-serif">

 <p style="color: #000000; background-color: #ffffff">Text color: black, background-color: white</p>

 <p style="color: #ffffff; background-color: #000000">Text color: white, background-color: black</p>

 <p style="color: #ff0000; background-color: #ffffff">Text color: red, background-color: white</p>

 <p style="color: blue; background-color: #ffffff">Text color: blue, background-color: white</p>

 <p style="color: green; background-color: #ffff42">Text color: green, background-color: yellow</p>

 <p style="color: #ffffff; background-color: #ff0000">Text color: white, background-color: red</p>

</div>




2.<font size="3" color="red">This is some text!</font>

<font size="2" color="blue">This is some text!</font>

<font face="verdana" color="green">This is some text!</font>



Thanks...!!!

XD

Sorry baby 'wink'

Similar questions