Skip to content

Instantly share code, notes, and snippets.

@briandfoy
Last active June 23, 2023 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandfoy/85033496f93e860cdf53f45ba931e8f7 to your computer and use it in GitHub Desktop.
Save briandfoy/85033496f93e860cdf53f45ba931e8f7 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Selector example</title>
</head>
<body>
<a href="https://stackoverflow.com/a/76537358/2766176">https://stackoverflow.com/a/76537358/2766176</a>
<div>
<p class="hash">
<strong>abcdefdeadbeef1234567890</strong>
<p>
<p class="hash">
<strong>abcdefd1234567890eadbeef</strong>
<p>
<p class="hash">
<strong>1234567890abcdefdeadbeef</strong>
<p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment