From e0aae5440e4c5fa20934f61579d6da792fd20bf7 Mon Sep 17 00:00:00 2001 From: WuGuanghui Date: Thu, 30 Oct 2025 19:02:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=B4=E5=85=89=E6=85=A710.30=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 吴光慧学习笔记/10.30/mystyle.css | 8 ++ 吴光慧学习笔记/10.30/study1 | 168 ++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 吴光慧学习笔记/10.30/mystyle.css create mode 100644 吴光慧学习笔记/10.30/study1 diff --git a/吴光慧学习笔记/10.30/mystyle.css b/吴光慧学习笔记/10.30/mystyle.css new file mode 100644 index 0000000..cab7951 --- /dev/null +++ b/吴光慧学习笔记/10.30/mystyle.css @@ -0,0 +1,8 @@ +body { + background-color: lightblue; +} + +h1 { + color: navy; + margin-left: 20px; +} \ No newline at end of file diff --git a/吴光慧学习笔记/10.30/study1 b/吴光慧学习笔记/10.30/study1 new file mode 100644 index 0000000..1fa214d --- /dev/null +++ b/吴光慧学习笔记/10.30/study1 @@ -0,0 +1,168 @@ + + + + + + Document + + + + + + + + + + + +

每个段落都会受到样式的影响。

+

1111111

+ +

居中的红色标题

+

居中的红色段落。

+ + +

This is a heading

+ + + + +

Hello World

+

...

+

...

+

...

+ +

5 像素的黄色实线轮廓。

+ +

没有下划线的链接: + W3School.com.cn +

+ +

CSS 链接

+

这是一个链接

+ + + + + + + \ No newline at end of file From 6c920247d3f48c85204448984422c067dd93315a Mon Sep 17 00:00:00 2001 From: WuGuanghui Date: Thu, 30 Oct 2025 19:15:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=B4=E5=85=89=E6=85=A710.30=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 吴光慧学习笔记/10.29/study3.html | 7 ++ 吴光慧学习笔记/10.29/study4.html | 7 +- 吴光慧学习笔记/10.30/study.html | 168 ++++++++++++++++++++++++++++++++ 3 files changed, 180 insertions(+), 2 deletions(-) create mode 100644 吴光慧学习笔记/10.30/study.html diff --git a/吴光慧学习笔记/10.29/study3.html b/吴光慧学习笔记/10.29/study3.html index 0ebd690..86366e1 100644 --- a/吴光慧学习笔记/10.29/study3.html +++ b/吴光慧学习笔记/10.29/study3.html @@ -9,6 +9,13 @@
+ +