1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="UTF-8 " / >
5
- < link href ="style.css " rel ="stylesheet " / >
4
+ < meta charset ="UTF-8 ">
5
+ < link href ="style.css " rel ="stylesheet ">
6
6
< title > The Basic Language of the Web: HTML</ title >
7
7
</ head >
8
8
@@ -38,7 +38,7 @@ <h2>The Basic Language of the Web: HTML</h2>
38
38
alt ="Headshot of Laura Jones "
39
39
height ="50 "
40
40
width ="50 "
41
- / >
41
+ >
42
42
43
43
< p id ="author "> Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027</ p >
44
44
@@ -48,7 +48,7 @@ <h2>The Basic Language of the Web: HTML</h2>
48
48
width ="500 "
49
49
height ="200 "
50
50
class ="post-image "
51
- / >
51
+ >
52
52
53
53
<!--Because of the absolution position of this button, it'll be at the bottom, right corner.
54
54
Because the button is inside the container now, it is absolute relative to the container
@@ -127,13 +127,12 @@ <h4>Related posts</h4>
127
127
src ="img/related-1.jpg "
128
128
alt ="Person programming "
129
129
width ="75 "
130
- width ="75 "
131
- />
130
+ >
132
131
< a href ="# "> How to Learn Web Development</ a >
133
132
< p class ="related-author "> By Jonas Schmedtmann</ p >
134
133
</ li >
135
134
< li >
136
- < img src ="img/related-2.jpg " alt ="Lightning " width ="75 " heigth ="75 " / >
135
+ < img src ="img/related-2.jpg " alt ="Lightning " width ="75 " height ="75 ">
137
136
< a href ="# "> The Unknown Powers of CSS</ a >
138
137
< p class ="related-author "> By Jim Dillon</ p >
139
138
</ li >
@@ -143,7 +142,7 @@ <h4>Related posts</h4>
143
142
alt ="JavaScript code on a screen "
144
143
width ="75 "
145
144
height ="75 "
146
- / >
145
+ >
147
146
< a href ="# "> Why JavaScript is Awesome</ a >
148
147
< p class ="related-author "> By Matilda</ p >
149
148
</ li >
0 commit comments