This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Ron Stadler
almost 9 years

Question 15/23 , error-did you provide href

Not sure what the problem is here, Here’s my code <div> <a id="stink" href="http://showmewoodturners.com/">Woodturning</a><br> <a id="wink" href="http://www.debbietdesigns.com/learn/32/xhtml-div-tag/">Web design</a><br> <a id="fink" href="http://www.monx007.com/simulasi/world_of_tanks_tips_and_tricks.htm">Gaming</a> </div>and here’s the css code a:link#stink { text-decoration: none; color: #008B45; } a:hover#wink { color: #00FF00; } a:visited#fink { color: #EE9A00; }

Answer 554499fe86f552fb83000005

0 votes

Permalink

remove the id selectors in html and css, it confuses SCT (submission correctness test)

points
Submitted by stetim94
almost 9 years

1 comments

Ron Stadler almost 9 years

yes, ty. I finally figured it out.