We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f618f7 commit be14b01Copy full SHA for be14b01
students/2025-11-04-aaronhsieh/index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html lang="zh-Hant-TW">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Aaron</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <body>
10
+ <h1 class="hello">Hi, 我是 Aaron</h1>
11
+ <h2 class="yaha">呀哈!!!!</h2>
12
+ <img src="usagi.jpg" alt="Chiikawa 兔兔" />
13
+ </body>
14
+</html>
students/2025-11-04-aaronhsieh/style.css
@@ -0,0 +1,8 @@
+.hello {
+ color: maroon;
+}
+
+.yaha {
+ color: bisque;
+ text-shadow: 2px 2px 2px gray;
students/2025-11-04-aaronhsieh/usagi.png
66.9 KB
0 commit comments