Computer Science, asked by jammukhandwa, 11 months ago

write HTML code insert both foreground and background image​

Answers

Answered by vish143690
13

Answer:

entire page

body {color: # DAD9C2;

background-color: #4D3722;}

if with CSS you can use these code

Embedded or External Styles

h1 {color: #D77BA9;}

h2 {background-color: #E97443;}

Inline Style

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

Answered by ishitajindal23
0

background attribute is used to apply background on html screen

Similar questions