Link Styles =========== to the links, we can define the styles based on its state. ==> the different styles on Links are: color background-color font text-decoration etc. ==> 4-different states: 1) Unvisited state ==> blue 2) Visited state ==> purple 3) Active state ==> red 4) Hover state ==> to define the CSS for unvisited links: Syntax: a : link{ property : value; } ==> to define the CSS for visited links: Syntax: a : visited{ property : value; } ==> to define the CSS for active links: Syntax: a : active{ property : value; } ==> to define the CSS in link hover state: Syntax: a : hover{ property : value; } Link Styles Click Here ======================================= Link Buttons: ============= Login Button Login