Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<style>
/* لینکی که وارد آن نشده ایم */
a:link {
  color: red;
}
/* لینکی که وارد آن شده ایم */
a:visited {
  color: green;
}
/* آمدن موس روی لینک */
a:hover {
  color: hotpink;
}
/* کلیک کردن روی لینک */
a:active {
  color: blue;
}
</style>
</head>
<body>
<p><b><a href="https://www.roxo.ir/server-response-time/" target="_blank">This is a link to Roxo.ir/plus</a></b></p>
<p dir='rtl'><b>نکته:</b> 
  a:hover باید همیشه بعد از دستورات a:link و a:visited بیاید تا کار کند. در غیر این صورت بی تاثیر خواهد بود
</p>
<p dir='rtl'><b>نکته:</b>
    a:active باید همیشه بعد از دستور a:hover بیاید تا کار کند. در غیر این صورت بی تاثیر خواهد بود
</p>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
Amir-ZMpro
0viewers