Ericveryepic
Ericveryepic

Reputation: 3

CSS file can't be recognized by HTML

I recently started learning HTML & CSS. my issue is that HTML file doesn't recognize CSS codes, I checked everything but still, maybe you guys can help me? thanks!

My HTML file: enter image description here

My CSS file: enter image description here

Upvotes: 0

Views: 66

Answers (2)

Jeydo
Jeydo

Reputation: 41

Just a small spelling mistake. You wrote "stlyesheet" instead of "stylesheet" in line 6 of the html file.

Upvotes: 2

Himesha Patel
Himesha Patel

Reputation: 141

HTML

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

Please try this

Upvotes: -1

Related Questions