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 adds

A new
element!?!
to your page. That is why this text is displayed in
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文件中的出现顺序)
  • 经常出现写在后面的规则集在开发者工具中出现的更加靠前
  • 在这里插入图片描述
posted @   xuchaoxin1375  阅读(22)  评论(0编辑  收藏  举报  
相关博文:
阅读排行:
· 分享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语言中的浮点数类型
点击右上角即可分享
微信分享提示