File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< title > The Basic Language of the Web: HTML</ title >
6
+ < link rel ="stylesheet " href ="style.css " />
6
7
</ head >
7
8
8
9
< body >
@@ -37,7 +38,9 @@ <h2>The Basic Language of the Web: HTML</h2>
37
38
width ="50 "
38
39
/>
39
40
40
- < p > Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027</ p >
41
+ < p id ="author ">
42
+ Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027
43
+ </ p >
41
44
42
45
< img
43
46
src ="img/post-img.jpg "
@@ -112,7 +115,7 @@ <h3>Why should you learn HTML?</h3>
112
115
< aside >
113
116
< h4 > Related posts</ h4 >
114
117
115
- < ul >
118
+ < ul class =" related " >
116
119
< li >
117
120
< img
118
121
src ="img/related-1.jpg "
@@ -121,12 +124,12 @@ <h4>Related posts</h4>
121
124
width ="75 "
122
125
/>
123
126
< a href ="# "> How to Learn Web Development</ a >
124
- < p > By Jonas Schmedtmann</ p >
127
+ < p class =" related-author " > By Jonas Schmedtmann</ p >
125
128
</ li >
126
129
< li >
127
130
< img src ="img/related-2.jpg " alt ="Lightning " width ="75 " heigth ="75 " />
128
131
< a href ="# "> The Unknown Powers of CSS</ a >
129
- < p > By Jim Dillon</ p >
132
+ < p class =" related-author " > By Jim Dillon</ p >
130
133
</ li >
131
134
< li >
132
135
< img
@@ -136,11 +139,13 @@ <h4>Related posts</h4>
136
139
height ="75 "
137
140
/>
138
141
< a href ="# "> Why JavaScript is Awesome</ a >
139
- < p > By Matilda</ p >
142
+ < p class =" related-author " > By Matilda</ p >
140
143
</ li >
141
144
</ ul >
142
145
</ aside >
143
146
144
- < footer > Copyright © 2027 by The Code Magazine.</ footer >
147
+ < footer >
148
+ < p id ="copyright "> Copyright © 2027 by The Code Magazine.</ p >
149
+ </ footer >
145
150
</ body >
146
151
</ html >
You can’t perform that action at this time.
0 commit comments