File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
starter/02-HTML-Fundamentals Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,51 @@ <h3>Why should you learn HTML?</h3>
8282 < p > Hopefully you learned something new here. See you next time!</ p >
8383 </ article >
8484
85+ < aside >
86+ < h4 > Related posts</ h4 >
87+ < ul >
88+ < li >
89+ < img alt ="How to Learn Web Development. "
90+ height ="75 "
91+ src ="img/related-1.jpg "
92+ width ="75 ">
93+ < a href ="# "
94+ target ="_blank ">
95+ How to Learn Web Development
96+ </ a >
97+ < p >
98+ By Jonas Schmedtmann
99+ </ p >
100+ </ li >
101+ < li >
102+ < img alt ="The Unknown Powers of CSS. "
103+ height ="75 "
104+ src ="img/related-2.jpg "
105+ width ="75 ">
106+ < a href ="# "
107+ target ="_blank ">
108+ The Unknown Powers of CSS
109+ </ a >
110+ < p >
111+ By Jim Dillon
112+ </ p >
113+ </ li >
114+ < li >
115+ < img alt ="Why JavaScript is Awesome. "
116+ height ="75 "
117+ src ="img/related-3.jpg "
118+ width ="75 ">
119+ < a href ="# "
120+ target ="_blank ">
121+ Why JavaScript is Awesome
122+ </ a >
123+ < p >
124+ By Matilda
125+ </ p >
126+ </ li >
127+ </ ul >
128+ </ aside >
129+
85130 < footer >
86131 Copyright © 2027 by The Code Magazine.
87132 </ footer >
You can’t perform that action at this time.
0 commit comments