Skip to content

Instantly share code, notes, and snippets.

@srang992
Last active April 20, 2022 02:25
Show Gist options
  • Save srang992/75e2e65d4d9056377cd5adac072d295e to your computer and use it in GitHub Desktop.
Save srang992/75e2e65d4d9056377cd5adac072d295e to your computer and use it in GitHub Desktop.
sample html
<html>
<body>
<div>
<p>Hello World!</p>
<div>
<p>Choose me!</p>
</div>
</div>
<div>
<p>Why are you not looking at me?</p>
</div>
<div>
"This is a sentence".
<a href='www.google.com'>click here</a> it will take you to the another website.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment