Skip to content

Commit 3235c90

Browse files
committed
feat: add code img
1 parent 3fce688 commit 3235c90

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

starter/02-HTML-Fundamentals/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,22 @@ <h1>📘 The Code Magazine</h1>
3232
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
3333

3434
<img
35-
src="img/post-img.jpg"
36-
alt="HTML code on a screen"
37-
width="500"
38-
height="200"
35+
src="img/laura-jones.jpg"
36+
alt="Headshot of Laura Jones"
37+
height="50"
38+
width="50"
3939
/>
4040
</header>
4141

4242
<h2>The BasicLanguage of the WEB: HTML</h2>
43+
44+
<img
45+
src="img/post-img.jpg"
46+
alt="HTML code on a screen"
47+
width="500"
48+
height="200"
49+
/>
50+
4351
<p>
4452
All modern websites and web applications are built using three
4553
<em>fundamental</em>

0 commit comments

Comments
 (0)