<!DOCTYPE html> <p>Click the button to hide all a elements with a target attribute value equal to "_blank".</p> <button onclick="w3.hide('a[target=_blank]')">Hide</button> <h2>This is a heading</h2> <p>This is a paragraph.</p> </body> |
Click the button to hide all a elements with a target attribute value equal to "_blank". This is a headingThis is a paragraph. |