Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Remove underline from url

<!DOCTYPE html>
<html>
<head>
   <title>HTML Text Decoration</title>
</head>

<body>
   <h2>About</h2>
   <p>
      Our <a href="/about/about_team.htm" style="text-decoration: none;">Team</a>
      comprises of programmers, writers, and analysts.
   </p>
</body>
</html>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #Remove #underline #url
ADD COMMENT
Topic
Name
3+1 =