Home HTML CSS JAVASCRIPT BOOTSTRAP Python Docker ML tutorial About us Privacy policy

CSS Links


CSS Links:-



Styling Links:-

Link can be styling with CSS property.

this is four link states:



  • a:link - normal,unvisited links
  • a:visited - links the user visited
  • a:hover - links when the user mouses on the links,
  • a:active -link the any moment it is clicked

  • Text Decoration in CSS:-

    The text decoration is mostly using to remove underlines from links.

    Background Color:-

    Background is for background color for links,

    Link Buttons:-