Should step 8 of the piano course look like this?

The assignment looks like this:
" Step 8

Add a link element within your head element. For that link element, set the rel attribute to stylesheet and the href to ./styles.css."

the last part says “./styles.css”, but you pass if you just write “styles.css”. Should we remove the dot? is it a typo?

Hello there,

This is not a typo. The tests just want to make sure you link your styles.css file. The ./styles.css syntax is equivalent to styles.css and /styles.css (in this case).

All it means is within the current path.

Hope this clarifies

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.