You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: HTML: how to select inner text of a tag, i.e. <p>select_this_text<a href="https://example.com">link</a>and this too</p> while a cursor somewhere between <p> and </p> (including) but not between <a ...> and </a> (including) ?
Question: HTML: how to select inner text of a tag, i.e.
<p>select_this_text<a href="https://example.com">link</a>and this too</p>while a cursor somewhere between<p>and</p>(including) but not between<a ...>and</a>(including) ?