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

0 points
almost 9 years

Question 14: is there anything wrong for my answer?

I add a span but it says that “Oops, try again. Make sure the word “Impact” has the font-family Impact!”

Here is my answer. < p>My favorite font is < span style=”font-family: Arial”>Impact< /span>!< /p>

Answer 55278b1e76b8fe47fc000153

1 vote

Permalink

check here how to format your code. Your code is currently not visible. if you update your question please leave a comment so i get a notification.

lessons where span is used a space could be fatal, but the fatal error now seems to be you change the font-family to Arial, not Impact. you have:

<span style="font-family: Arial">

it should be:

<span style="font-family: Impact">
points
Submitted by stetim94
almost 9 years

3 comments

YiChiun Hong (Martin) almost 9 years

thx for your answering.

stetim94 almost 9 years

no problem

pyCoder96406 almost 9 years

thx bro you was very helpful

Answer 5529a07a9113cb4d6200051c

1 vote

Permalink

For some reason, mine says make sure you have nothing else in your span tags except impact. This is my code`

points
Submitted by PixelMaster7
almost 9 years

Answer 552a1f96937676479e000084

1 vote

Permalink

hm.. let me think, i am not suprised. you have two opening span tags and one closing. the exercises ask you to create 1 span tag. remove this bit:

<span style= "color:red">

no need in this exercise.

a tip, if you ever want two style property’s, simple do this (not part of the exercise):

<span style="font-family: Impact;color: red;">
points
Submitted by stetim94
almost 9 years

Answer 55670d0bd3292f414400078a

0 votes

Permalink

Having the same problem, please help?

 !DOCTYPE html>
    <html>
        <head>
            <title>Result</title>
        </head>
        <body>
            <p>My favorite font is <span style="font-family: Impact">Impact</span>!</p>
        </body>
    </html>
    
    <p>My name is <span style="font-family: Arial;">Leng</span>!</p>
points
Submitted by awagenaar
almost 9 years

1 comments

stetim94 almost 9 years

works fine, try refreshing/restarting or switching browser

Answer 555c624f9113cb2495000051

-1 votes

Permalink

result impact

remove the exclamation mark

points
Submitted by teddykimani
almost 9 years