摘要: So higher rank css will override lower rank css rules. Inline styles will override any other css rules. h1:not(.small-text) // 0011 - :not is not coun 阅读全文
posted @ 2023-06-20 14:30 Zhentiw 阅读(3) 评论(0) 推荐(0) 编辑
摘要: What gets logged when clicking button? <div id="outer"> <div id="inner"> <button id="btn">Click me!</button> </div> </div> const outer = document.getE 阅读全文
posted @ 2023-06-20 14:10 Zhentiw 阅读(4) 评论(0) 推荐(0) 编辑