Skip to content

Instantly share code, notes, and snippets.

View Chauhan-Aniket's full-sized avatar
:octocat:
Focusing

Aniket_Chauhan Chauhan-Aniket

:octocat:
Focusing
View GitHub Profile
@Chauhan-Aniket
Chauhan-Aniket / index.html
Created March 14, 2022 06:25
Generate a CSS selector path of a DOM element.
<!-- output of generated selector -->
<div class="selector"></div>
<article>
<figure class="figure">
<img src="https://images.unsplash.com/photo-1547082299-de196ea013d6?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MTd8fGNvbXB1dGVyfGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Article-Image">
<figcaption class="figure-caption"></figcaption>
</figure>
<div class="article-body">
<h2 class="article-title">TITLE</h2>