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