We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af82bef + 16581e5 commit fc4d69fCopy full SHA for fc4d69f
students/2025-11-29-eychen/index.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Document</title>
7
+ <link rel="stylesheet" href="styles.css">
8
+</head>
9
+<body>
10
+ <h1 class="blue">大家好,我是EEYY</h1>
11
+ <img src="https://flatlogic.com/blog/wp-content/uploads/2021/06/18.jpeg" alt="alt">
12
+</body>
13
+</html>
students/2025-11-29-eychen/styles.css
@@ -0,0 +1,3 @@
+h1{
+ color: brown;
+}
0 commit comments