+ 1
why this selectors doesn't work for a href (hyper link reference). i wrote as : a href{ } but it doesn't show anything what should i do??
what is the code i should use??
5 ответов
+ 2
the "href is just a property" the tag name is "a" so you should write a { }
0
but the best way is to use id.
In the html you write:
<a href="website" id="anyword'>
And in css :
#anyword {
}
if this worked for you please check out my apps in the code playground:
Digital Clock Pro and Number Guess Game Pro
It would be really cool if you would like them ;)
0
thanx
0
do you tell me what tag should i use for animation
0
u should start as a{. }