+ 1
Why can't my css link with my html page
Wen I had link in html and css it won't display the color that I have coded
9 Answers
+ 7
Mbajjwe Arnold
use proper relevant tags and Share your code here. Without seeing no one can find out errors.
see this and learn what is your mistake ...
https://code.sololearn.com/WINKO2eA1AhG/?ref=app
+ 5
in CSS, dot notation signifies a user-defined class, not a subheading. Remove the dots from everything that's a tag name directly (header, div, etc) and decide whether you want to use <div id="nav-links"> with #nav-links, or <div class="nav-links"> with .nav-links (useful if you plan to have multiple separate nav-links sections).
0
Ok
0
I have tried this
0
Check out my code
0
Mbajjwe Arnold Besides Orin Cook answer, there's also a typo in line 13 of HTML section:
<div."nav-links">
0
It needs to add css to html with the link tag in html head tag .
Like as -;
link tag with href=style.css
0
I have this link in my html