CSS Tutorial in Hindi [Part 14] - CSS Links

Tech Gun
Youtube
Related Topic
:- CSS Web Development

In this video i will talk about styling Links in CSS. Links can be styled differently depending on what state they are in. The four links states are: a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked When setting the style for several link states, there are some order rules: a:hover MUST come after a:link and a:visited a:active MUST come after a:hover

Comments