web_edge开发者工具快捷键开关设置/官方入门教程/开发者工具css规则集排序规律
文章目录
设置
关闭欢迎
核心功能使用说明
https://docs.microsoft.com/zh-cn/microsoft-edge/devtools-guide-chromium/#learn-about-the-core-tools
基础教程
https://docs.microsoft.com/zh-cn/microsoft-edge/devtools-guide-chromium/beginners/html
快捷键全列表 Microsoft Edge DevTools keyboard shortcuts
Microsoft Edge DevTools keyboard shortcuts
- eg. expand element :
control+alt+click
learning
Learn the difference between HTML and the DOM
Learn the difference between HTML and the DOM
The
A new element!?!content is added to your page because
of the tag at the bottom of your HTML.
This tag causes some JavaScript code to run. Learn more about
JavaScript in a later tutorial.For now, think of it as a scripting language that may change the
content of your page. In this case, JavaScript code addsA newto your page. That is why this text is displayed in
element!?!
the live tab, but not in the HTML.
Edit the DOM
This workflow is only suitable for experimenting with content changes. If you refresh the page or close the tab, your changes are lost. If you want to save your changes, manually copy the code to your HTML file. The next couple of sections show you some more ways to change content from the DOM Tree.
Reorder nodes(by drag)
style(css)
replace selector:
hover the cursor on the selector(there is :a
),then the live tab view will high light ,and only in this case (high) appearing,the selector could be replaced by single click
toggle class
开发者工具style(css选择器)排序和优先级
- 在开发中工具的style选项卡中的各个规则集中,优先级更高的会排在上面(而不是按照css文件中的出现顺序)
- 经常出现写在后面的规则集在开发者工具中出现的更加靠前
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2023-06-24 windows_powershell_当前正在运行的程序所在目录(文件夹)
2022-06-24 linux子系统的控制台打开方法
2021-06-24 计组_指令周期/机器周期(cpu周期)/时钟周期(节拍T) 主频&超频/cpu频率&发热
2021-06-24 计组_原码一位乘法
2021-06-24 PC_浮点数表示/定点数和浮点数比较/溢出/C语言中的浮点数类型