File tree Expand file tree Collapse file tree 7 files changed +25
-3
lines changed
starter/02-HTML-Fundamentals Expand file tree Collapse file tree 7 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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 © 2027 by The Code Magazine.</ footer >
78100 </ body >
79101</ html >
You can’t perform that action at this time.
0 commit comments