what can be used in place of the -moz-perspective attribute in css code example
Example: css attribute selector
a[target="_blank"] {
background-color: yellow;
}
/*w3schools*/
a[target="_blank"] {
background-color: yellow;
}
/*w3schools*/