Is telling me that I haven’t set the text decoration to none?
a {
text-decoration:none;
color:#CC0000;
}
Is telling me that I haven’t set the text decoration to none?
a {
text-decoration:none;
color:#CC0000;
}
Could I see your HTML pls
In your head
tags you have the link
tag, linking in your CSS to your HTML, that tag is broken you have semi colons you need to remove it, just a space between is fine
no need to wrap all the attributes (type, rel, href) into "
, remove them
THANKKK YOUU woohoo that worked