Answer the question
In order to leave comments, you need to log in
CSS link color change not working, why?
I fill it in as it should, but nevertheless the link does not want to change color
Answer the question
In order to leave comments, you need to log in
In connecting css and text styles, change places like this:
<link href="Ex.css" rel="stylesheet" type="text/css" />
Check in the console (F12 in chrome) if the stylesheet has loaded from the link.
First of all, check the case - Ex.css and ex.css are 2 different files.
Perhaps it is worth registering directly by states.
a:link {
color: green;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question