Files
webpreview/public/tutorial/4/README.md
2025-03-17 12:59:08 +08:00

20 lines
386 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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