What is the function of link in csss | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the function of link in csss

3rd Dec 2017, 11:01 PM
Sunil kumar
Sunil kumar - avatar
7 Answers
+ 5
Hi, If u only about selector... : The :link selector is used to select unvisited links. Note: The :link selector does not style links you have already visited. Tip: Use the :visited selector to style links to visited pages, the :hover selector to style links when you mouse over them, and the :activeselector to style links when you click on them. Or, if u mean about how include css file to html, you must use something like that: <head> <link href="style.css" rel="stylesheet"> </head> Hope it's help!
3rd Dec 2017, 11:09 PM
stKhaDgar
stKhaDgar - avatar
+ 1
Do you mean the link selector (:link) or the html link tag (<link>)? https://www.w3schools.com/cssref/sel_link.asp https://www.w3schools.com/tags/tag_link.asp
3rd Dec 2017, 11:11 PM
ChaoticDawg
ChaoticDawg - avatar
+ 1
No problem :)
3rd Dec 2017, 11:14 PM
stKhaDgar
stKhaDgar - avatar
0
thanx bro
3rd Dec 2017, 11:11 PM
Sunil kumar
Sunil kumar - avatar
0
not helpful
18th Dec 2017, 9:10 AM
Wilko1213
0
hi
15th Sep 2018, 3:43 PM
Shivansh Sharma
Shivansh Sharma - avatar
0
I'm shivansh
15th Sep 2018, 3:44 PM
Shivansh Sharma
Shivansh Sharma - avatar