Computer Science, asked by jammukhandwa, 10 months ago

write HTML code to insert both foreground and background images​

Answers

Answered by vish143690
13

Answer:

body {color: # DAD9C2;

background-color: #4D3722;}

if with CSS you can try this code

Embedded or External Styles

h1 {color: #D77BA9;}

h2 {background-color: #E97443;}

Inline Style

<p style="background-color: burlywood;"> content </p>

Similar questions