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

0 points
Submitted by Gwen Cicone
over 9 years

I can't find the error 23/26

I keep getting the same message:Oops, try again. Don’t forget to set your h1 font to Verdana! Here is my code copied below. I cant seem to find the error. thanks!

h1 { font-family: Verdana; color: #576D94; } p { font-size: 18px; color: #4A4943; }

Answer 53d67e8a631fe98d590025ca

1 vote

Permalink

I have the same problem, it is not working and I can’t get past this section! somebody help!!

points
Submitted by lolamorena
over 9 years

1 comments

Gwen Cicone over 9 years

My problem was in the

Answer 53d6662f282ae3f6f9002632

0 votes

Permalink

Did you remember to include h1 and p tags in index.html.

points
Submitted by MELANIE DEJESUS
over 9 years

Answer 53d6d51e8c1ccc4298000120

0 votes

Permalink

could you show us your html code for h1 and p, please

points
Submitted by Philip Pearson
over 9 years

Answer 53d709439c4e9d8536000995

0 votes

Permalink

sorry I forgot it that you needed to see the html code. here it is:

<head><link type="text/css";rel="stylesheet"; href="stylesheet.css">
    <title>Result</title>
</head>
<body>
<h1>Behold Bless the Lord
</h1>
<p>All children of the Lord who stand by night in the house of the Lord lift up your hands to the sanctuary and bless the Lord.</p>
</body>
points
Submitted by Gwen Cicone
over 9 years

Answer 53d793f652f863c937001b6d

0 votes

Permalink

Look at the line

There is a semi colon after “text/css” and a semi colon after rel= “stylesheet”

Try removing the semi colons.

points
Submitted by Philip Pearson
over 9 years

Answer 53db7be380ff333cdd001370

0 votes

Permalink

Hi. here is my html

points
Submitted by Anastasia
over 9 years

1 comments

Haroon Mahmood over 8 years

I have the same problem, frustrating

Answer 53de579f9c4e9db2f7002533

0 votes

Permalink

now, seriously? I had the same result and text as you guys and I just tried and tried to find a mistake - and I hadn’t one- so I just began to modify the index.html by putting a space after [link type=”text/css”; rel=”stylesheet”; href=”stylesheet.css”>] every semi comma in the link. Guess what, it worked!

points
Submitted by Dana
over 9 years

Answer 53de91fa52f863d709002a39

0 votes

Permalink

in stylesheet css h1{ font-family:Verdana; color:#576D94; } p{ font-size:18px; color:#4A4943; }

points
Submitted by bebo_3d66
over 9 years

Answer 53df52547c82caa3b400481f

0 votes

Permalink

Good Day, bebo_3d66.

try inserting a space after the colon in each statement.

h1{font-family: Verdana; color: #576D94;}

p{font-size: 18px; color: #4A4943;}

points
Submitted by Philip Pearson
over 9 years

Answer 53ea720f80ff33901500016d

0 votes

Permalink

I faced the same issue.

Check the sheet index.html There was an error with the quotation marks in my link type-tag. It said: rel=”stylesheet’ …I changed it to rel=”stylesheet” and it worked. :)

points
Submitted by Karin13505
over 9 years