+ 2
What is the function of link in csss
7 Respostas
+ 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!
+ 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
+ 1
No problem :)
0
thanx bro
0
not helpful
0
hi
0
I'm shivansh