PScudo Selector(PSudo()):
It is also known as link selector
a:link-applying the properties for non visiting links
a:visited-applying the properties for visited links
a:active-applying the properties for active links
Syntax:
a:link
{
}
a:visited
{
}
a:active
{
}
Hand hover:
Applying the css properties when placing the cursor on element
Syntax :
a:hover
{
}
No comments:
Post a Comment