Computer Science, asked by pro59, 7 months ago

A student is creating a website for his history
course. He has produced the following CSS.
However, he has made some mistakes in the
coding. Correct the three errors and rewrite
the code. Underline the corrections.

h1 {color: #ff0000;
font-family: "Times New Roman", Times, serif;
font-size: 30pt;
text-weight: bold;
text-align: centre;}
h2 {color: #000000;
font-family: Courier, Times, serif;
font-size: 14pt;
text-decoration: underlined;
text-align: justify;}
body [background-color: #ad88e6;]​

Answers

Answered by sinhaamit95
3

Answer:

correct code is following:

body {background-color: #ad88e6;}

h2{ font-size : 14px; }

Answered by freedarajesh2003
0

Answer:

Explanation:

correct code is following:

body {background-color: #ad88e6;}

h2{ font-size : 14px; }

Similar questions