Skip to content

Commit 3fce688

Browse files
committed
feat: add img of author
1 parent 48ec4a5 commit 3fce688

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

starter/02-HTML-Fundamentals/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,16 @@ <h1>📘 The Code Magazine</h1>
2828
</header>
2929

3030
<article>
31-
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
31+
<header>
32+
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
33+
34+
<img
35+
src="img/post-img.jpg"
36+
alt="HTML code on a screen"
37+
width="500"
38+
height="200"
39+
/>
40+
</header>
3241

3342
<h2>The BasicLanguage of the WEB: HTML</h2>
3443
<p>

0 commit comments

Comments
 (0)