Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば HTML :
<div id="css"> <a href="/forum"></a> </div>
href の親セレクターを選択するにはどうすればよいですか? 私が試してみました :
#css! > a[href*="/forum"]
しかし、成功しませんでした。ご協力ありがとうございます