Skip to content

Commit 3594240

Browse files
committed
fix: improve murkup
1 parent 3235c90 commit 3594240

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

starter/02-HTML-Fundamentals/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>📘 The Code Magazine</h1>
2929

3030
<article>
3131
<header>
32-
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
32+
<h2>The BasicLanguage of the WEB: HTML</h2>
3333

3434
<img
3535
src="img/laura-jones.jpg"
@@ -39,8 +39,7 @@ <h1>📘 The Code Magazine</h1>
3939
/>
4040
</header>
4141

42-
<h2>The BasicLanguage of the WEB: HTML</h2>
43-
42+
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
4443
<img
4544
src="img/post-img.jpg"
4645
alt="HTML code on a screen"

0 commit comments

Comments
 (0)