From a0881e5d5bbc8cc381a1ec6b1cc571d148a2d307 Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 2 Dec 2025 18:20:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=E5=80=8B=E4=BA=BA?= =?UTF-8?q?=E8=BA=AB=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-12-02-hunglingchen/index.html | 27 +++++++++++++++++++++ students/2025-12-02-hunglingchen/style.css | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 students/2025-12-02-hunglingchen/index.html create mode 100644 students/2025-12-02-hunglingchen/style.css diff --git a/students/2025-12-02-hunglingchen/index.html b/students/2025-12-02-hunglingchen/index.html new file mode 100644 index 0000000..bd11349 --- /dev/null +++ b/students/2025-12-02-hunglingchen/index.html @@ -0,0 +1,27 @@ + + + + + + my practice + + + +

my name is Hung

+

I come from new taipei city.

+

I like playing basketball and coding.

+

This is my first time learning HTML and CSS.

+

I'm very excited about this course!

+

Here are some lists:

+ +
    +
  1. first
  2. +
  3. second
  4. +
  5. third
  6. +
+ + \ No newline at end of file diff --git a/students/2025-12-02-hunglingchen/style.css b/students/2025-12-02-hunglingchen/style.css new file mode 100644 index 0000000..3caeb6b --- /dev/null +++ b/students/2025-12-02-hunglingchen/style.css @@ -0,0 +1,3 @@ +h1{ + color: blueviolet; +} \ No newline at end of file