This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Jennifer1713
over 8 years

help?

h1{font-family:Serif} h2{font-family:Sans-serif}

h3{font-family:Cursive}

Answer 56118364b6254809e300032a

0 votes

Permalink

A property consists of a property-key and its associated property-Value like font-family: serif

The property-Value’s are case-sensitive so in this case you will have to use serif sans-serif cursive

points
Submitted by Leon
over 8 years

Answer 5612a53451b887747400001e

0 votes

Permalink

Along with above answer You also have to add a semicolon(;) after every property value so the correct way is h1{font-family:serif;} h2{font-family:sans-serif;}

h3{font-family:cursive;}

points
Submitted by Bhagwati1995
over 8 years

4 comments

Jennifer1713 over 8 years

h1{font-family:Serif;} h2{font-family:Sans-serif;}

h3{font-family:Cursive;}

its still wrong?

Leon over 8 years

Why are you writing Serif instead of all-lowercase serif ??

Leon over 8 years

Why are you writing Sans-serif instead of all-lowercase sans-serif ??

Leon over 8 years

Why are you writing Cursive instead of all-lowercase cursive ??

Answer 5615cea386f552a31e00015c

0 votes

Permalink

thatnks for your help mr. leon

points
Submitted by Jennifer1713
over 8 years