/    Sign up×
Community /Pin to ProfileBookmark

Css Will Not Connect To HTML

I Am Getting The Same Thing, But Neither Of The Top Two Suggestions Worked:
Html-
<!DOCTYPE html>
<html>
<head>
<title> FCA Kids Farm </title>

<link href=”style.css” rel=”stylesheet” type=”text/css” />

</head>

And Testing CSS-
#header{
backgroud-color: #F4FA58;
}

I Checked through the browser page source, and It seems connected, but I am not sure what is wrong.
Help is very Appreciated

to post a comment
CSSFull-stack DeveloperHTML

6 Comments(s)

Copy linkTweet thisAlerts:
@rootDec 27.2018 — {"locked":true}
Copy linkTweet thisAlerts:
@rootDec 27.2018 — Please do not double post in the forum, it does not help you get your reply any faster.
Copy linkTweet thisAlerts:
@rootDec 27.2018 — {"locked":false}
Copy linkTweet thisAlerts:
@codecorneresDec 28.2018 — Please use

#header{

background-color: #F4FA58;

}

Instead

#header{

backgroud-color: #F4FA58;

}
Copy linkTweet thisAlerts:
@Ella_BrownDec 28.2018 — @ProjectPlatypus#1599331 use "background" not "backgroud" you missed n from background
Copy linkTweet thisAlerts:
@SherinMathewApr 08.2019 — Try to correct the spelling of background

#header{

background-color: #F4FA58;

}

Or try by adding class to the required tag instead of directly passing the tag.

Even check whether the css file and html file are in the same folder.
×

Success!

Help @ProjectPlatypus spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...