Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<style>
a {
  text-decoration: none;
}
  
#underline {
  text-decoration: underline;
}
  
</style>
</head>
<body>
<p>A link with no underline: <a href="https://www.Roxo.ir">Roxo.ir</a></p>
  
<p>A link with underline: <a id='underline' href="https://www.Roxo.ir">Roxo.ir</a></p>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Amir-ZMpro
0viewers