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?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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??

26th Jul 2016, 5:17 PM
Vinayak Gaud
5 ответов
+ 2
the "href is just a property" the tag name is "a" so you should write a { }
26th Jul 2016, 5:41 PM
Kamil
Kamil - avatar
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 ;)
26th Jul 2016, 5:47 PM
Kamil
Kamil - avatar
0
thanx
26th Jul 2016, 5:47 PM
Vinayak Gaud
0
do you tell me what tag should i use for animation
26th Jul 2016, 5:47 PM
Vinayak Gaud
0
u should start as a{. }
31st Jul 2016, 4:56 AM
anubhav chanda
anubhav chanda - avatar