This commit is contained in:
2025-03-17 12:59:08 +08:00
parent 5f8c96c1da
commit e10bc77978
6 changed files with 134 additions and 92 deletions

View File

@@ -0,0 +1,19 @@
## 盒模型3使用浏览器开发者工具调试HTML和CSS
打开[测试网页](https://web.xuyue.cc/tutorial/2/demo.html),点击 F12 或者 ctrl+shift+c 打开浏览器开发者工具在这里可以看到前端的所有代码HTML+CSS+JS
![1](./image.png)
### 查看 HTML
演示...
### 查看 CSS
演示...
### 查看盒模型
演示...
(未完待续...