write css code of head and /head for bg color red
Answers
Answered by
1
Answer:
body { background-color: blue;}
p {color:red;
font-family:Dotum; }
h1{ color: black;}
Explanation:
Form a CSS code within the …. for the following specifications:
Background colour : blue
For the paragraph,
font family is Dotum and colour of the text is red
Heading should be in black colour
Similar questions