Web Development - project lesson 2

Hi ,

I’ve tried to solve the project of the lesson 2. It seems to be quite easy but something went wrong html or css files.

In Codepen, everything is ok. See the link: https://codepen.io/SLIVER/pen/MZGpwY

Could be the declaration of css inside the head? html and css files are in the same folder.
Below the declaration:

These are the paths of both html and css:
C:\Users\Alex\Documents\projects\Dasmoto’s Arts & Crafts\Dasmotos.html
C:\Users\Alex\Documents\projects\Dasmoto’s Arts & Crafts\style.css

Thank you
Alessio

1 Like

Hello, and welcome to Codecademy Alessio!

Everything seems right in your code. Is it what the directions want though? Make sure everything is good to the directions, otherwise the program won’t work.

1 Like

Thanks Trevor, my pleasure to be here!

This is the html declaration:
<linkhref=”style.css” type=”text/css” rel=”stylesheet”>

These are the paths:
C:\Users\Alex\Documents\projects\Dasmoto’s Arts & Crafts\Dasmotos.html
C:\Users\Alex\Documents\projects\Dasmoto’s Arts & Crafts\style.css

Even the images are saved in the same folder.

What do you think about it?

I really appreciate your help

Regards
Alessio

1 Like

The attribute needs to be separated from the tagname.

link href
1 Like

Thanks for your help.

Yes, I have separated but the problem persists.

Thank you

1 Like