Computer Science, asked by adityalakhani09, 6 months ago

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;)

Find errors in the following css codes. ​

Answers

Answered by desaipreet2105
26

Answer:

In h1, you close round bracket, instead of it use curly bracket.

In h1, in line 4 you forgot to use semi colon at last

In h2, in line 3 you forgot to use semi colon at last

In h2, you use round bracket at both opening and closing, instead of it use curly bracket.

Explanation:

Similar questions