@@ -16,7 +16,7 @@ <h5>The Basic Language of the Web: HTML</h5>
1616 <h6>The Basic Language of the Web: HTML</h6>
1717 -->
1818
19- < header >
19+ < header class =" main-header " >
2020 < h1 > 📘 The Code Magazine</ h1 >
2121
2222 < nav >
@@ -25,6 +25,7 @@ <h1>📘 The Code Magazine</h1>
2525 < a href ="# "> Flexbox</ a >
2626 < a href ="# "> CSS Grid</ a >
2727 </ nav >
28+ < p > Test Paragraph</ p >
2829 </ header >
2930
3031 < article >
@@ -38,7 +39,9 @@ <h2>The Basic Language of the Web: HTML</h2>
3839 width ="50 "
3940 />
4041
41- < p > Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027</ p >
42+ < p id ="author ">
43+ Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027
44+ </ p >
4245
4346 < img
4447 src ="img/post-img.jpg "
@@ -113,7 +116,7 @@ <h3>Why should you learn HTML?</h3>
113116 < aside >
114117 < h4 > Related posts</ h4 >
115118
116- < ul >
119+ < ul class =" related " >
117120 < li >
118121 < img
119122 src ="img/related-1.jpg "
@@ -122,12 +125,12 @@ <h4>Related posts</h4>
122125 width ="75 "
123126 />
124127 < a href ="# "> How to Learn Web Development</ a >
125- < p > By Jonas Schmedtmann</ p >
128+ < p class =" related-author " > By Jonas Schmedtmann</ p >
126129 </ li >
127130 < li >
128131 < img src ="img/related-2.jpg " alt ="Lightning " width ="75 " heigth ="75 " />
129132 < a href ="# "> The Unknown Powers of CSS</ a >
130- < p > By Jim Dillon</ p >
133+ < p class =" related-author " > By Jim Dillon</ p >
131134 </ li >
132135 < li >
133136 < img
@@ -137,13 +140,13 @@ <h4>Related posts</h4>
137140 height ="75 "
138141 />
139142 < a href ="# "> Why JavaScript is Awesome</ a >
140- < p > By Matilda</ p >
143+ < p class =" related-author " > By Matilda</ p >
141144 </ li >
142145 </ ul >
143146 </ aside >
144147
145148 < footer >
146- < p > Copyright © 2027 by The Code Magazine.</ p >
149+ < p id =" copyright " > Copyright © 2027 by The Code Magazine.</ p >
147150 </ footer >
148151 </ body >
149152</ html >
0 commit comments