Skip to content

Commit fe295c0

Browse files
张欧文张欧文
张欧文
authored and
张欧文
committed
finish code challenge 1
1 parent 3ae4f38 commit fe295c0

File tree

7 files changed

+25
-3
lines changed

7 files changed

+25
-3
lines changed
-120 KB
Binary file not shown.

starter/02-HTML-Fundamentals/index.html

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body>
99
<header>
10-
<h1>📘 The Code Magazine</h1>
10+
<h1>📘 The Code Magazines</h1>
1111

1212
<nav>
1313
<a href="blog.html" target="_blank">Blog</a>
@@ -19,9 +19,9 @@ <h1>📘 The Code Magazine</h1>
1919

2020
<article>
2121
<h2>The Basic Language of the Web: HTML</h2>
22-
<img src="laura-jones.jpg" alt="图片炸了" width="50" height="50" />
22+
<img src="img/laura-jones.jpg" alt="图片炸了" width="50" height="50" />
2323
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
24-
<img src="post-img.jpg" alt="图片炸了" width="500" height="200" />
24+
<img src="img/post-img.jpg" alt="图片炸了" width="500" height="200" />
2525
<p>
2626
All modern websites and web applications are built using three
2727
<em>fundamental</em>
@@ -73,7 +73,29 @@ <h3>Why should you learn HTML?</h3>
7373

7474
<p>Hopefully you learned something new here. See you next time!</p>
7575
</article>
76+
<aside>
77+
<h4>Related posts</h4>
7678

79+
<ul>
80+
<li>
81+
<img src="img/related-1.jpg" alt="图片炸了" width="50" hight="50" />
82+
<a href="#">How to Learn Web Development</a>
83+
<p>By Jonas Schmedtmann</p>
84+
</li>
85+
86+
<li>
87+
<img src="img/related-2.jpg" alt="图片炸了" width="50" hight="50" />
88+
<a href="#">The Unknown Powers of CSS</a>
89+
<p>By Jim Dillon</p>
90+
</li>
91+
92+
<li>
93+
<img src="img/related-3.jpg" alt="图片炸了" width="50" hight="50" />
94+
<a href="#">Why JavaScript is Awesome</a>
95+
<p>By Matilda</p>
96+
</li>
97+
</ul>
98+
</aside>
7799
<footer>Copyright &copy; 2027 by The Code Magazine.</footer>
78100
</body>
79101
</html>
-6.64 KB
Binary file not shown.
-53.4 KB
Binary file not shown.
-50.2 KB
Binary file not shown.
-33 KB
Binary file not shown.
-43.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)