Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove the line from a link in css

/*like suppose I take a tag of html*/
a{
  decoration:none;
}
 
PREVIOUS NEXT
Tagged: #remove #line #link #css
ADD COMMENT
Topic
Name
8+2 =