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

banner
Close banner
0 points
Submitted by Abdalla Alshrif
almost 10 years

how can i do this 3/26

Go to the stylesheet.css tab and tell the span selector that you want the font-family to be cursive

<!DOCTYPE html>
<html>
    <head>
        <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
        <title>Even Fancier Fonts</title>
    </head>
    <body>
        <p>Much of this is regular text, but some of it is <span>fancy</span>!
        We can use our <span>newly fancified font</span> to add some
        <span>flair</span> to our website. It'd be a <span>royal pain</span> 
        to make each of these span tags <span>fancy</span> individually,
        but it's a cinch with <span>CSS</span>!</p>
    </body>
</html>

Answer 537dff79282ae39906001fc1

3 votes

Permalink

oh ,i think i know what you don’t see :))), you have tunnel vision like me(sort of), look at

points
Submitted by Raul Corches
almost 10 years

Answer 53a009bf7c82ca814300115d

0 votes

Permalink

Span { font-family:cursive; } still im getting same text at editor

points
Submitted by sid4code
almost 10 years

1 comments

stetim94 almost 10 years

span is with lowercase letter.

Answer 53bfeac452f863882e001e65

0 votes

Permalink

Span { font-family:cursive; } still im getting same text at editor

points
Submitted by pv2204
almost 10 years

1 comments

stetim94 almost 10 years

span is with lowercase s. and the rest of your code? could also be for example that you are missing link to stylesheet

Answer 5365ed0b80ff3348580032c5

-3 votes

Permalink

And your css code? your html code is fine.

points
Submitted by stetim94
almost 10 years

9 comments

Abdalla Alshrif almost 10 years

my question is : how can i tell the span selector that i want the font-family to be cursive?

stetim94 almost 10 years

span {font-family: cursive}

Abdalla Alshrif almost 10 years

thank you very much

ilvect almost 10 years

where shoid i write it?

stetim94 almost 10 years

in the stylesheet.css file

ilvect almost 10 years

i thank you so much!

max almost 10 years

hi

stetim94 almost 10 years

anything i can help you with max?

pv2204 almost 10 years

how!!