Last active
June 23, 2023 05:46
-
-
Save briandfoy/85033496f93e860cdf53f45ba931e8f7 to your computer and use it in GitHub Desktop.
A small example HTML for https://stackoverflow.com/a/76537358/2766176
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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